博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年10月11日

摘要: 1 // test_构造函数2.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include "iostream" 6 7 using namespace s... 阅读全文

posted @ 2014-10-11 23:08 六年一班刘同学 阅读(4049) 评论(0) 推荐(0) 编辑

摘要: 1 #include "stdafx.h" 2 #include "iostream" 3 4 using namespace std; 5 6 class stu 7 { 8 private: 9 int Id;10 int Age;11 int Tall;12 ... 阅读全文

posted @ 2014-10-11 17:38 六年一班刘同学 阅读(557) 评论(0) 推荐(0) 编辑