Posted by Pete Schoenhoff on July 29, 1999 at 21:54:27:
In Reply to: Re: strings posted by david on July 29, 1999 at 19:29:03:
: i used the built in library, but it won't let me cout a string.
I assume you are using
including
of)
header files for your classes which use strings:
"using namespace std;"
-I don't know what it does, but it works.
...incidentally, I wrote my own string class.
I trust it more.