|
-
Nov 14th, 2001, 12:41 PM
#18
Monday Morning Lunatic
Ah. string.h != string.
string.h contains the C string handling functions, which you're likely to need a tutorial for (or just look at the MSVC docs). string has the C++ Standard Library's string class, and that's pretty easy to use.
Actually, the MSVC docs have info on the string class as well - they tell you everything you need to know.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|