Comparing input strings.

Started by
9 comments, last by Rebooted 19 years, 8 months ago
Once you are more experienced with C++ you can use the std::string class as Alpha_ProgDes said. Its useful when you need to compare, add and subtract strings and really just want a string data type instead of having to work with char pointers.

This topic is closed to new replies.

Advertisement