#includeiostream#includestringusing namespace std;class Project private int m_age; char m_name; public void showint m_agechar m_name cout m_agem_ageendl; coutm_namem_nameendl
#include
}; int main(){ Project pro; pro.show(10,"ab"); return 0; }
原文地址: http://www.cveoy.top/t/topic/iTYC 著作权归作者所有。请勿转载和采集!