什么是智能指针,什么时候应该使用?
c++ pointers smart-pointers c++-faq c++11
const这些声明中的含义是什么?该const混淆了我.
const
class foobar { public: operator int () const; const char* foo() const; };
c++ const declaration c++-faq
c++ ×2
c++-faq ×2
c++11 ×1
const ×1
declaration ×1
pointers ×1
smart-pointers ×1