Posted: Thu Apr 21, 2005 10:11 pm Post subject: (No subject)
rizzix wrote:
Cornflake wrote:
Oh how i miss pascal stings... the may be limited to a length of 256 characters, but boy are they easy to work with! Maybe i'll implement them in C++...
Java Strings or Haskell Strings are probably easier to work with.
Haskell strings, yes. Java strings, though... I'm not sure. C++ strings have the benefit of sticking to STL-style iteration schemes.
Sponsor Sponsor
rizzix
Posted: Thu Apr 21, 2005 10:18 pm Post subject: (No subject)
the java.text package has all that implemented.. But the recent Scanner class is a more powerful implementation... even more powerful than C++'s STL.
wtd
Posted: Thu Apr 21, 2005 10:29 pm Post subject: (No subject)
I'm not even necessarily talking about power, but consistency with other classes.