文档详情

孙鑫c++课程目录(Sun xin c + + course catalog).doc

发布:2017-07-18约1.15万字共23页下载文档
文本预览下载声明
孙鑫c++课程目录(Sun xin c + + course catalog) directory Chapter 1. Windows program internal operation mechanism 1.1 API and SDK 1.2 window and handle 1.3 messages and message queues 1.4 WinMain function 1.4.1 definition of WinMain function 1.4.2 creation of Windows 1.4.3 message loop 1.4.4 write the window procedure function 1.5 write the first Windows program 1.6 error analysis of message loops 1.7 variable naming convention 1.8 summary Chapter 2 mastering c + + 2.1 from structure to class 2.1.1 definition of struct 2.1.2 structure and class 2.2 features of c + + 2.2.1 classes and objects 2.2.2 constructors 2.2.3 destructor 2.2.4 overload of functions 2.2.5 this pointer 2.2.6 inheritance of classes 2.2.7 virtual function and polymorphism, pure virtual function 2.2.8 function coverage and hiding 2.2.9 reference 2.2.10 design habits and header files of c + + class include problem solving 2.2.11 the principles and procedures for compiling links of vc + + programs Chapter 3 analysis of MFC framework program 3.1 MFC AppWizard An analysis of the MFCs program framework 3.2.1 WinMain function in MFC program 3.2.2 MFC framework window 3.2.3 message loop 3.2.4 window procedure function 3.2.5 document/visual structure 3.2.6 help dialog boxes Window classes, window classes, and Windows 3.3.1 relationships between the three 3.3.2 display the button in the window Chapter 4 simple drawing 4.1 MFC message mapping mechanism 4.4.1 ClassWizard 4.1.2 message mapping mechanism 4.2 draw lines 4.2.1 make use of SDK global function to realize drawing line function 4.2.2 USES MFCs CDC class for drawing line functionality 4.2.3 use MFC CClientDC class to realize drawing line function 4.2.4 use MFCs CWindowDC class to realize drawing line function 4.2.5 draw lines in the desktop window 4.2.6 draw color lines 4.3 use brush drawing 4.3.1 simple brush 4.3.2 bitmap brush 4.3.3 transparent painting brush 4.4 draw continuous lines 4.5 draw the line of the fan effect Chapter 5. Text programming 5.1 inser
显示全部
相似文档