摘要:
a smart pointer is an abstract data type that simulates a pointer while providing additional features, such as automatic garbage collection or bounds checking. These additional features are intended to reduce bugs caused by the misuse of pointers while retaining efficiency. Smart pointers typically 阅读全文
posted @ 2012-08-27 20:11
做个不善的人
阅读(1740)
评论(0)
推荐(0)