一、四个有名的内存分配工具new/delete, malloc/free
简单综述
1、new/delete是C++操作符,与+,-,*,/等操作符相似。
2、malloc/free是C语言提供的函数,要包含头文件。
参考资料
1、http://blog.csdn.net/gc315630/article/details/5833554
2、http://www.cnblogs.com/fly1988happy/archive/2012/04/26/2470542.html
一、四个有名的内存分配工具new/delete, malloc/free
简单综述
1、new/delete是C++操作符,与+,-,*,/等操作符相似。
2、malloc/free是C语言提供的函数,要包含头文件。
参考资料
1、http://blog.csdn.net/gc315630/article/details/5833554
2、http://www.cnblogs.com/fly1988happy/archive/2012/04/26/2470542.html