文件名称:Lesson02
介绍说明--下载内容均来自于网络,请自行研究使用
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-classical grammar and C applications, such as preparation of the application structure and destructors, function overloading, class inheritance, function coverage, and the base class and the derived class constructor, destructor has the calling sequence, how derived class constructor to the base class constructor transmission parameters, this member variables, type conversion insider, virtual functions and polymorphism, the application and the target variable differences and common Office. VC works compiler principles and processes to the different projects split into different categories of original documents, each one by one category. H and. Cpp file jointly, the first document to repeat the definition of the settlement, cultivation of the good programming practice, but also for the futu
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 53607939lesson02.rar 列表 课程内容.txt 掌握C++.ppt Lesson2Code\Main\Animal.cpp Lesson2Code\Main\Animal.h Lesson2Code\Main\Fish.cpp Lesson2Code\Main\Fish.h Lesson2Code\Main\Main.cpp Lesson2Code\Main\Main.dsp Lesson2Code\Main\Main.dsw Lesson2Code\Main\Main.h.txt Lesson2Code\Main\Main.ncb Lesson2Code\Main\Main.opt Lesson2Code\Main\Main.plg Lesson2Code\Main Lesson2Code\Point\Point.cpp Lesson2Code\Point\Point.dsp Lesson2Code\Point\Point.dsw Lesson2Code\Point\Point.ncb Lesson2Code\Point\Point.opt Lesson2Code\Point\Point.plg Lesson2Code\Point Lesson2Code\Test\Test.cpp Lesson2Code\Test\Test.dsp Lesson2Code\Test\Test.dsw Lesson2Code\Test\Test.ncb Lesson2Code\Test\Test.opt Lesson2Code\Test\Test.plg Lesson2Code\Test Lesson2Code