使用new实现realloc操作
摘要:
本文定义了一个宏来实现使用new代替realloc的操作,代码如下: #include #include using namespace std; // p - 内存指针 // n - 申请内存数量 // T - 申请内存类型 #define RENEW(p, n, T... 阅读全文
posted @ 2008-11-28 10:27 张云临 阅读(460) 评论(0) 推荐(0) 编辑
posted @ 2008-11-28 10:27 张云临 阅读(460) 评论(0) 推荐(0) 编辑