Re: String stuff in C++


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

Posted by Milly Pan on July 28, 1999 at 14:11:41:

In Reply to: Re: String stuff in C++ posted by Sleepless Snowman on July 28, 1999 at 14:03:34:

So is the string automatically passed by reference, since it's represented like a pointer? Or do we need to, when calling our recursive function, say something like function(blah, blah, &string)?

: : I'm trying to build the output string in my Find function. What do I have to do to make it hold it's value?

: : I just want to take a few seconds and say that I hate pointers, strings, and anything else that C++ doesn't make easy for me.

: Recurse it... and upchuck it backwards ...




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 ]