The Wayback Machine - https://web.archive.org/web/20100922231159/http://www.codeguru.com:80/cpp/misc/misc/consoleapps/

    Console Apps

    [Updated] Template Metaprogramming and Puzzle 15 Optimal Solution

    Read about a sample demonstrating how to accelerate finding an optimal Puzzle 15 solution using C++ Template Metaprogramming. It presents an implementation of the IDA* search algorithm.

    Pause Before Exiting a Console Application

    Learn a way to elegantly add support for pausing your console application right before exiting.

    A First Look at Batch Files

    Flashback to the 80s—Batch files ruled! Even though the 80s are gone, you still can play around with and use batch files!

    [Updated] Cygwin: Free C++ for Windows

    Windows users who want to learn C++ often ask if there is a free C++ compiler. Linux users don't have this problem because they have the GNU tools. But, in fact, the exact same tools are available free from Cygwin, and if you learn to use them, your skills will be extremely portable. Learn to install and use the tools, compile a simple program, and write a simple makefile.

    Text Output Screen

    Functions to output text to a console window

    Console app using MFC

    Console app using MFC

    Single Instance of an Application Class (2)

    Single Instance of an Application Class (2)