文档介绍:Visual C++ Programming Fundamentals
In this class, it will cover the basic skills of windows programming under Microsoft platform. The students will learn step by step to use object-oriented design (OOD) strategy to develop professional projects involving MFC document-view architecture, database connection, dynamic link library(DLL), graphics user interface(GUI). There are four parts in this class.
Prerequisites:
Students to take this class should have basic understanding of C++ language and OOD ideas.
Class Hours:
40 hours in class , 8 hours for labs
Textbook:
“Inside Visual C++” by David J. Kruglinski
Home Works:
10 home projects
Test:
As School Required
Outline
Part I Windows, Visual C++ and Application Framework Fundamentals 4 hours
Special Features of Windows Programming; Development Environment (Integrated Development Environment IDE); How to Setup Visual C++ and Use On-line Help; Dynamic Link Library (DLL) and its Position in Microsoft Windows Platform
Chapter One Microsoft Windows and Visual C++ 2 hours
Chapter Two The Microsoft Foundation Class Library Application Framework 2 hours
Part II MFC View Class 14 Hours
User Interface, Event Handling, Graphics Device Interface, Modal and Modeless Dialogs, mon Controls, ActiveX Control, Memory Management and Message Processing
Chapter Three Getting Started with AppWizard 1 hour
Chapter Four Basic Event H