2016年3月17日

Smart pointers

摘要: Smart pointers are objects which store pointers to dynamically allocated (heap) objects. They behave much like built-in C++ pointers except that they 阅读全文

posted @ 2016-03-17 14:51 MSM-敏 阅读(163) 评论(0) 推荐(0) 编辑

导航