文件名称:lesson-2
介绍说明--下载内容均来自于网络,请自行研究使用
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Inheritance overloading preparation and application C++ classical grammar and application class constructor and destructor functions, functions, classes, covering the constructor, the base class and derived class destructor has the calling sequence, how in the derived class constructor to pass parameters to the constructor of the base class, the difference between the member variables in common this type of conversion insider, virtual functions and polymorphism, references and pointers variables. VC compiler theory and process engineering, will project a different class split into different original documents, each class consists of a. H and. Cpp files together to complete, header files, duplicate definition of problem solving, students develop a good programming habits, but also for the future generation of engineering analysis MFC Appwizard laid a good foundation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lesson 2
........\Lesson2Code
........\...........\Main
........\...........\....\Animal.cpp
........\...........\....\Animal.h
........\...........\....\Debug
........\...........\....\.....\BuildLog.htm
........\...........\....\.....\Main.exe.embed.manifest
........\...........\....\.....\Main.obj
........\...........\....\.....\vc80.idb
........\...........\....\.....\vc80.pdb
........\...........\....\Fish.cpp
........\...........\....\Fish.h
........\...........\....\Main.cpp
........\...........\....\Main.dsp
........\...........\....\Main.dsw
........\...........\....\Main.h.txt
........\...........\....\Main.ncb
........\...........\....\Main.opt
........\...........\....\Main.plg
........\...........\....\Main.sln
........\...........\....\Main.suo
........\...........\....\Main.vcproj
........\...........\....\Main.vcproj.Lancelot-VAIO.Lancelot.user
........\...........\Point
........\...........\.....\Debug
........\...........\.....\.....\BuildLog.htm
........\...........\.....\.....\mt.dep
........\...........\.....\.....\Point.exe
........\...........\.....\.....\Point.exe.embed.manifest
........\...........\.....\.....\Point.exe.embed.manifest.res
........\...........\.....\.....\Point.exe.intermediate.manifest
........\...........\.....\.....\Point.ilk
........\...........\.....\.....\Point.obj
........\...........\.....\.....\Point.pdb
........\...........\.....\.....\vc80.idb
........\...........\.....\.....\vc80.pdb
........\...........\.....\Point.cpp
........\...........\.....\Point.dsp
........\...........\.....\Point.dsw
........\...........\.....\Point.ncb
........\...........\.....\Point.opt
........\...........\.....\Point.plg
........\...........\.....\Point.sln
........\...........\.....\Point.suo
........\...........\.....\Point.vcproj
........\...........\.....\Point.vcproj.Lancelot-VAIO.Lancelot.user
........\...........\Test
........\...........\....\Test.cpp
........\...........\....\Test.dsp
........\...........\....\Test.dsw
........\...........\....\Test.ncb
........\...........\....\Test.opt
........\...........\....\Test.plg
........\...........\....\Test.suo
........\掌握C++.ppt
........\课程内容.txt