第20課 初始化列表的使用

類中是否可以定義const成員? 小實驗:   類中的const成員實驗: 1 #include <stdio.h> 2 3 class Test 4 { 5 private: 6 const int ci; 7 public: 8 Test() 9 { 10 ci = 10; 11 } 12 int getCI() 1
相關文章
相關標籤/搜索