C++中this指針存放在哪裏

#include <iostream> #include <cstring> using namespace std; //CPerson類 class CPerson {     int m_nAge;//年齡     char m_strName[256];//姓名 public:     //構造函數     CPerson(int age, char* name)     {       
相關文章
相關標籤/搜索