搜索资源列表
c++primeranswer
- C++ Primer 第三版 学习辅导 类的创建、继承、虚函数的使用 bugzhao@sohu.com 原书第23~40页 可以将断点设置在return 0处,然后按F5, 并记录下所有整型数组类ia指针的值,比如: 0x00491f90 0x00491f50 0x00490120 0x00491da0 0x00491d50 然后当调试指针停在return 0处时单步执行, 跟踪每一次析构函数,可以发现后创建的对象最先被消除。
ace
- 用于实现虚拟内存的管理的C语言源代码程序-For the implementation of virtual memory management, C language source code program
xu1
- cpp演示程序,虚函数基础程序展示,对于大学C++语言学习,有重要作用-cpp demo program, virtual function-based programs show, for the University of C++ language learning, play an important role
abstract-classes
- 解释c++中的抽象类和虚函数的区别,及清楚的解释抽象类的定义-Explained in c++ virtual functions abstract classes and the difference, and clearly explain the definition of abstract class
Lesson2Code
- 孙鑫视频源码第二课C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。-Sun Xin Lesson Video Source C++ syntax and application of the classic, class preparation and application, st
Visual-CPP400source-code
- Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
CPP-virtual-function-table
- C++虚函数表的本质讲解,非常深入和经典,值得了解和把玩-Essentially explain C++ virtual function table, very in-depth and classic, it is worth understanding and playing