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
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

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.