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.

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.