C++ shared_ptr 编译 error ‘shared_ptr’ was not declared in this scope修复

#include<iostream> #include<cstring> #include<string> #include<memory> using namespace std; class Simple { public: Simple(int p = 0) { number = p; std:
相关文章
相关标签/搜索