Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我定义了一个范围指针:
scoped_ptr<MyClass> ptr;
当我尝试调试(使用 Visual Studio 2010)时,我看不到ptr. 为什么?
ptr