摘要: 由于面试题中,考官出了一道简单的程序输出结果值的题:如下, [cpp] view plain copy print? class A { private: int n1; int n2; public: A():n2(0),n1(n2+2){} void Print(){ cout << "n1:" 阅读全文
posted @ 2016-03-03 10:15 uestc_summer 阅读(885) 评论(0) 推荐(1)