2016 年 11 月 14 日 archive

关于C++的动态数组

一、动态数组的优点: 动态分配内存,用一个指针传值方便。 二、为什么我要用动态数组? 在程序中遇到数组的传递时 …

Continue reading