文件名称:C++典型句柄类的实现
文件大小:22KB
文件格式:ZIP
更新时间:2019-07-10 08:14:49
C++ 继承 多态 句柄
演示了继承中的易错点,演示了两种常用C++句柄类的封装方式,前者适用于类的基类指针管理以便实现多态,后者不仅管理基类指针还管理子类对象的创建。
【文件预览】:
C++继承和多态
----C++继承和多态()
--------Test.h(487B)
--------stdafx.cpp(101B)
--------stdafx.h(362B)
--------C++继承和多态.vcproj(5KB)
--------targetver.h(1KB)
--------C++继承和多态.vcproj.QIHUQIH-I5QE4NK.Administrator.user(1KB)
--------Test.cpp(1KB)
--------Main.cpp(294B)
--------ReadMe.txt(1KB)
----CppHandle1()
--------stdafx.cpp(215B)
--------People.h(1KB)
--------stdafx.h(362B)
--------targetver.h(1KB)
--------CppHandle1.cpp(473B)
--------People.cpp(966B)
--------CppHandle1.vcproj(5KB)
--------CppHandle1.vcproj.QIHUQIH-I5QE4NK.Administrator.user(1KB)
--------ReadMe.txt(1KB)
----CppHandle2()
--------stdafx.cpp(215B)
--------stdafx.h(362B)
--------Query.cpp(1KB)
--------targetver.h(1KB)
--------CppHandle2.vcproj.QIHUQIH-I5QE4NK.Administrator.user(1KB)
--------CppHandle2.cpp(313B)
--------Query.h(2KB)
--------CppHandle2.vcproj(5KB)
--------ReadMe.txt(1KB)
----C++继承和多态.sln(2KB)
----C++继承和多态.suo(26KB)