C++:this指針的簡單理解

一、什麼是this指針 要想理解什麼是this指針,首先必須理解在C++中是如何爲類的對象分配內存空間的。 1 #include<iostream> 2 using namespace std; 3 class Student{ 4 public: 5 void CountTotal(); 6 void GetName(char name[]); 7 void
相關文章
相關標籤/搜索