Two different ways to do a case insensitive search.
Latest String Programming Articles - Page 4
ApxString - MFC CString Replacement
A non-MFC alternative to CString.
Simple String Class
Includes methods for formatting, searching (using wild cards) and numeric conversion to different data types
CString Extensions for Resource Loading and String Formatting
Very nice CString extension classes that provide helper functions for loading resource strings and formatting strings
Class to manipulate UNICODE string on Window 95/98
Class to manipulate UNICODE string on Window 95/98
CString like class using STL
CString like class using STL
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.

Managing Non-blocking Calls on the UI Thread with Async Await
Create a response application by managing asynchronous code on your UI thread.

Visual Basic: Formatting Currency Values as Words
You can use Visual Basic to convert numbers, as in currency values, into words. Let us show you how.
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.