文件名称:DynamicArray
介绍说明--下载内容均来自于网络,请自行研究使用
完成满足上述接口的动态数组(Dynamic array)的程序;
需要遵循基本的编程规范和风格;
动态分配内存用C++的函数new/delete,不用malloc/free;
处理好动态分配的运用,不要出现内存泄漏;
了解C++类的构造函数和析构函数的作用;
熟悉C++类的写法(*.h, *.cpp);
各种情况考虑周到,不要出现程序崩溃;
- completed to meet the interface dynamic arrays (Dynamic array) the program need to follow the basic programming norms and style dynamic allocation of memory using C++ functions that new/delete, not malloc/free handle the dynamic allocation of use Memory leaks do not occur learn C++ class constructor and destructor role know C++ class written (*. h,*. cpp) thoughtful consideration all the circumstances, do not crash there
需要遵循基本的编程规范和风格;
动态分配内存用C++的函数new/delete,不用malloc/free;
处理好动态分配的运用,不要出现内存泄漏;
了解C++类的构造函数和析构函数的作用;
熟悉C++类的写法(*.h, *.cpp);
各种情况考虑周到,不要出现程序崩溃;
- completed to meet the interface dynamic arrays (Dynamic array) the program need to follow the basic programming norms and style dynamic allocation of memory using C++ functions that new/delete, not malloc/free handle the dynamic allocation of use Memory leaks do not occur learn C++ class constructor and destructor role know C++ class written (*. h,*. cpp) thoughtful consideration all the circumstances, do not crash there
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DynamicArray\DynamicArray.dsw
............\DynamicArray.ncb
............\DynamicArray.plg
............\DynamicArray.dsp
............\DArray.h
............\main.cpp
............\DArray.cpp
............\DynamicArray.opt
............\.ebug\vc60.idb
............\.....\vc60.pdb
............\.....\DynamicArray.exe
............\.....\DynamicArray.pdb
............\.....\DynamicArray.pch
............\.....\main.obj
............\.....\DynamicArray.ilk
............\.....\DArray.obj
............\Debug
DynamicArray
............\DynamicArray.ncb
............\DynamicArray.plg
............\DynamicArray.dsp
............\DArray.h
............\main.cpp
............\DArray.cpp
............\DynamicArray.opt
............\.ebug\vc60.idb
............\.....\vc60.pdb
............\.....\DynamicArray.exe
............\.....\DynamicArray.pdb
............\.....\DynamicArray.pch
............\.....\main.obj
............\.....\DynamicArray.ilk
............\.....\DArray.obj
............\Debug
DynamicArray