第36課 經典問題解析三

關於賦值的疑問?       示例程序: 1 #include <iostream> 2 #include <string> 3 4 using namespace std; 5 6 class Test 7 { 8 int* m_pointer; 9 public: 10 Test() 11 { 12 m_pointer = NULL
相關文章
相關標籤/搜索