什么是智能指针,什么时候应该使用?
c++ pointers smart-pointers c++-faq c++11
以下指针集之间有什么区别?什么时候在生产代码中使用每个指针,如果有的话?
例子将不胜感激!
scoped_ptr
shared_ptr
weak_ptr
intrusive_ptr
你在生产代码中使用boost吗?
c++ boost smart-pointers
c++ ×2
smart-pointers ×2
boost ×1
c++-faq ×1
c++11 ×1
pointers ×1