【小練習】面向對象_成員變量1

文章目錄 1.練習代碼 2.關鍵點分析 2.1執行過程 2.2運行結果 1.練習代碼 #include "stdafx.h" #include <iostream> #include <string> using namespace std; class base { private: int m_i; int m_j; public: base(int i) : m_j(i), m_i(m_j)
相關文章
相關標籤/搜索