Discover how to build strings using streams, in one line, using only the stack as storage.
Latest String Programming Articles
Querying Bing Using the New Windows 7 Web Services C++ API
Learn how to build client applications that use SOAP based web services.
Prefer std::string to char*
Understand the benefits of using the STL's std::string class over the C-like character arrays.
MI Is not Mission Impossible
Read a guide to dealing with some of the problems encountered with multiple inheritance.
URI Encoding and Decoding
Learn about fast and portable URI encoding and decoding functions that use std::string as the argument and return type, and do the buffer conversion, including '\0'.
Splitting Strings with Regex in Managed C++ Applications
Learn how to use this simple, yet useful, feature of the Regex class to delimit strings in your Managed C++ applications.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Beginning C#: User-defined Type Conversion Operators
Become proficient with using type definitions in C#.

Doing Cryptography in Visual Basic
Learn about the various forms of encryption in Visual Basic and the differences among them.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.