
February 15th, 2005, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 906
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
An Overview of MFC, Part 1
Programming with Microsoft Foundation Classes allows you to quickly create programs that are smaller than they would have been if you had created a full-fledged application using the Windows API, but still accomplish the same goals. It also allows you to separate the user interface of your program from the processing logic; this flexibility can come in very handy when you need to make modifications. Read on to learn the basics.
Read the full article here: An Overview of MFC, Part 1
For more discussion go here: Blog Article Discussion
|