
-----------------------------------
rizzix
Thu Sep 04, 2003 4:44 pm

[Source] Java-like String object
-----------------------------------
here's something useful, a java.lang.String object that you can use.
some things to remember while using this class.

1] any method that returns a String& reference, is basically returning a new object, so you'll have to delete it when not necessary

2] to print the string to terminal do this: cout 