Quantcast
Channel: coder i|o: #strings
Viewing all articles
Browse latest Browse all 138

The Complete Guide to C++ Strings, Part II - String Wrapper Classes

$
0
0

From CodeProject:

Since C-style strings can be error-prone and difficult to manage, not to mention a target for hackers looking for buffer overrun bugs, there are lots of string wrapper classes. Unfortunately, it's not always clear which class should be used in some situations, nor how to convert from a C-style string to a wrapper class.

Click here to read more

Tagged: #cpp #mfc #libraries #strings #unicode #stl


Viewing all articles
Browse latest Browse all 138

Trending Articles