指針使用示例程序

程序示例 1 #include <iostream> 2 using namespace std; 3 class A 4 { 5 public: 6 A(); 7 ~A(); 8 int get() const{ return *i; } 9 void set(int x){ *i = x; } 10 private: 11 int *i
相關文章
相關標籤/搜索