文件名称:Lesson2Code
介绍说明--下载内容均来自于网络,请自行研究使用
孙鑫视频源码第二课C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。-Sun Xin Lesson Video Source C++ syntax and application of the classic, class preparation and application, structure, and destructors, function overloading, class inheritance, function coverage, base and derived class constructor, the destructor has calling sequence, how in the derived class constructor in the base class constructor to pass parameters, this member variable, type conversion of insider, the virtual function polymorphism, references and pointers and the difference between the variables in common.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Lesson2Code\Main\Animal.cpp
...........\....\Animal.h
...........\....\Debug\Animal.obj
...........\....\.....\Fish.obj
...........\....\.....\Main.exe
...........\....\.....\Main.obj
...........\....\.....\Main.pdb
...........\....\.....\vc60.pdb
...........\....\Fish.cpp
...........\....\Fish.h
...........\....\Main.cpp
...........\....\Main.dsp
...........\....\Main.dsw
...........\....\Main.h.txt.bl!
...........\....\Main.h.txt.mz!
...........\....\Main.ncb
...........\....\Main.opt
...........\....\Main.plg
...........\Point\Point.cpp
...........\.....\Point.dsp
...........\.....\Point.dsw
...........\.....\Point.ncb
...........\.....\Point.opt
...........\.....\Point.plg
...........\Test\Test.cpp
...........\....\Test.dsp
...........\....\Test.dsw
...........\....\Test.ncb
...........\....\Test.opt
...........\....\Test.plg
...........\Main\Debug
...........\Main
...........\Point
...........\Test
Lesson2Code
...........\....\Animal.h
...........\....\Debug\Animal.obj
...........\....\.....\Fish.obj
...........\....\.....\Main.exe
...........\....\.....\Main.obj
...........\....\.....\Main.pdb
...........\....\.....\vc60.pdb
...........\....\Fish.cpp
...........\....\Fish.h
...........\....\Main.cpp
...........\....\Main.dsp
...........\....\Main.dsw
...........\....\Main.h.txt.bl!
...........\....\Main.h.txt.mz!
...........\....\Main.ncb
...........\....\Main.opt
...........\....\Main.plg
...........\Point\Point.cpp
...........\.....\Point.dsp
...........\.....\Point.dsw
...........\.....\Point.ncb
...........\.....\Point.opt
...........\.....\Point.plg
...........\Test\Test.cpp
...........\....\Test.dsp
...........\....\Test.dsw
...........\....\Test.ncb
...........\....\Test.opt
...........\....\Test.plg
...........\Main\Debug
...........\Main
...........\Point
...........\Test
Lesson2Code