C++中的error C2662,const的this指針問題

今天在寫C++代碼的時候遇到一個錯誤,涉及到了常量的this指針的問題。html 簡化後的代碼以下:ios #include <iostream> #include <string> using namespace std; class A { private: string str; string getStr(); public: void print() const
相關文章
相關標籤/搜索