摘要:
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 六年一班刘同学 阅读(4095) 评论(0) 推荐(0)
|
摘要:
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 六年一班刘同学 阅读(4095) 评论(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 六年一班刘同学 阅读(573) 评论(0) 推荐(0) |
||