View Single Post
Old 10-27-2005, 06:55 PM   #1 (permalink)
bwhiteman
Registered User
 
Join Date: Oct 2005
Posts: 3
bwhiteman is on a distinguished road
Question Reverse String in C (w/o STL or New Buffer)

I'm new to the language, and need help developing a C function which will reverse a string in place and meet the following criteria:

a) You cannot use the STL Library. B) You cannot allocate another buffer. (i.e. it must be reversed in place) C) You can only use ANSI C available functions.

Any help would be greatly appreciated.
bwhiteman is offline   Reply With Quote