Learn how to show multiple views in a frame window without using a splitter.
Latest View Management Articles
Puzzle, a Game with the MFC Doc/View Architecture (SDI/MDI)
Learn how to display a menu with thumbnails and several other windows, move and manage the pieces of a puzzle with a linked list, and then show them without flicker.
Creating a Multithreaded SDI Application
How to create an application with multiple SDI windows (such as the new MS Word) by using the MFC framework with multithreading. (The article, demo, and source code were updated.
A Deterministic Method of Determining a Document's Modified State
Determine when a document has been modified. In the particular case of word processors, most tend to have a "dirty" flag that is set when a user types. This article demonstrates a smarter "dirty" flag that uses probabilistic methods.
Zero or One Document Interface (ZODI)
How to create a single-document application by using a multi-document interface (MDI). You may have zero or one documents at a time.
Dynamically Create Different Views for SDI Projects
SDI Projects have one View associated with one document. This article lets you use more than one view dynamically.
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.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.