c++ 面试题(C/C++/STL)
摘要:
1,智能指针:auto_ptr(c++11 已经弃用),unique_ptr(用于取代 auto_ptr), shared_ptr, weak_ptr http://www.cnblogs.com/TenosDoIt/p/3456704.html(值得一看) https://blog.csdn.ne 阅读全文
posted @ 2019-03-16 15:25 爱笑的张飞 阅读(4783) 评论(0) 推荐(1)