Single File Projects:  
hello1.cpp  
hello2.cpp  
casts.cpp  
reference.cpp
PersonArray Project:  
main.cpp  
person.h  
person.cpp
StackCopy Project:  
main.cpp  
stack.h  
stack.cpp
Vector Project:  
main.cpp  
vector.h  
vector.cpp
Derived Project:  
main.cpp  
base.h  
base.cpp  
derived.h  
derived.cpp
Employee Project:  
main.cpp  
person.h  
person.cpp  
employee.h  
employee.cpp
 
executive.h
 
executive.cpp
MFC Console Examples:   mfc.zip   MFCString.cpp   MFCPoint.cpp
A Windows 3.0 Style C Program:   native.cpp
An MFC Application Without the AppWizard:   hello.cpp
Using Menus in a Win32 Application:   menu.h   menu_ids.h   menu.cpp   menu.rc
Using Colors in AppWizard Projects:  
ColorExamps.zip
Examples: ColoredLines, ColoredWords, ColoredCircles.
The RubberBanding Example:   RubberBanding.zip
The Bitwise Example:   Bitwise.zip
Using Controls in a Win32 Application without Resource File or DDX:  
ctrl1.h  
defs1.h  
ctrl1.cpp  
ctrl1.rc