Re: strings


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]

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 as opposed to
You should also make sure you're
including , in addition to (or instead
of) . Also, add this line to the
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.




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]