Check out this stand-alone, intelligent "increasing buffer" class. It's useful for a Win32 SDK project without using MFC.
Latest Array Handling Articles
Implementing an Array of Buttons: The Shuffle Game
Manage a group of buttons as an array in VC++.
Standard Template Libraries: Using std::vector Arrays
The vector array, part of the standard namespace (std::), allows you to easily create a dynamic array of elements. The vector class belongs to the STL (Standard Template Libraries). Read on to learn when and how to use a vector array.
Wrap-Around Array (wa-array, aka Cyclic Array)
Wrap-around array is implemented in the form of a class template and thus allows elements of any type. The idea of such an array is to have it in the form of a loop.
MFC extension class CBitArray
The class CBitArray behaves like a specialization of the MFC template class CArray.
CGBitArray : A Packed Array of Flags
Class that stores huge arrays of flags in as efficient a manner as possible (packed into array of BYTEs)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Making Sounds with Waves Using C#
Learn to manipulate existing sound files, and then to create your own custom sounds. You even can dial a telephone from your code.

Saving ListView Content to a Text File Using Visual Basic
Learn what a ListView is, and how to leverage Visual Basic to save its contents to a text file.
The Top Challenge for Developers is...
Most developers face a grueling challenge to please their end users. We asked their top challenge is. With over 3,000 responses, the results are now available!