摘要:
深浅拷贝相同类型间可以直接拷贝// _20180212.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include class A{private: int* a;public: A() { a = new int[10]; }... 阅读全文
posted @ 2018-02-23 22:27
罗道义
阅读(248)
评论(0)
推荐(0)

浙公网安备 33010602011771号