Comparing strings?

Started by
9 comments, last by AcidJazz 21 years, 10 months ago
quote:Original post by Anonymous Poster
...Only that all those operators will probably perform (slow) memory operations that beginners are not aware of and which are often not neccessary.

And what do you think strcmp, strcat, et al do? They perform the same kind of operations, but std::string provides an easier, more intuitive interface for them.

This topic is closed to new replies.

Advertisement