Visual C++/MFC Tutorial - Lesson 7:
Data Viewer - Brian Martin (2000/08/11)
In the final installment of Brian's tutorial, you put to use what you've
learned the past week by coding a sample data viewer application
MFC Under the Hood - Andrew
Fenster (2001/06/27)
This article demystifies some of the arcane code created by the MFC Wizards.
MFC .DLL TUTORIAL, PART 3 - Andrew
Fenster (2002/03/06)
This third part builds on the previous two by providing more coding examples
and technical details.
MFC .DLL TUTORIAL, PART 1 - Andrew Fenster
(2002/03/06)
Learn about the kinds of .DLLs you can make using MFC and the advantages
of each kind. Also learn how to create a .DLL and how to set up a client
application to use it.
MFC .DLL TUTORIAL, PART 2 - Andrew
Fenster (2002/03/06)
Learn about the problems that can arise when you use .DLLs. Also learn
how these problems can be avoided.
Elementary Use of the Program "make" -
Luigi Santillo (2002/06/24)
Learn where "make" fits in the process of developing an application and
see an example of using it with multiple file compilation.