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:
相關文章
相關標籤/搜索