Learn about string processing schemes as supplied by C++ standard library.
Latest String Programming Articles
Understanding File Processing in C++
Peruse an overview of file handling and how effectively we can use common files through C++ program logic.
String Builder: Building Strings with Streams on the Stack
Discover how to build strings using streams, in one line, using only the stack as storage.
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.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Coding a Bing Bot
Bots are rapidly replacing the older technologies. Read through and become proficient with Bing Bots.

Introduction to Visual Basic List Controls
Learn how to insert, add, and remove items from Listboxes, ComboBoxes, CheckedListBoxes, ListViews, and TreeViews.

Creating the Best Virtual Reality User Experience (VR UX): Seven Tips & Tricks
When building Virtual Reality user experience (VR UX), here are seven tips you should consider.