摘要: 1 #include 2 3 using namespace std; 4 5 6 void test() 7 { 8 cout << "test with no arguments\n"; 9 } 10 void test2(int a) 11 { 12 cout << "test with one arguments "<< a <<"\n"; 13... 阅读全文
posted @ 2016-06-12 16:00 岑小良 阅读(180) 评论(0) 推荐(0) 编辑