05 2022 档案

摘要:这种情况可能在控制台出现Trap字样 示代码 #include <memory> class A { public: int Close() {} ~A() { Close();} }; int main() { std::shared_ptr<A> = std::make_shared<A>(); 阅读全文
posted @ 2022-05-20 22:16 cyssmile 阅读(1655) 评论(0) 推荐(0)