摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 6 class Student 7 { 8 public: 9 ... 阅读全文
posted @ 2018-08-02 10:11 borter 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 6 class Person 7 { 8 public: 9 ... 阅读全文
posted @ 2018-08-02 10:10 borter 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 6 class Student 7 { 8 public: 9 ... 阅读全文
posted @ 2018-08-02 10:09 borter 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Teacher 6 { 7 public: 8 ... 阅读全文
posted @ 2018-08-02 10:09 borter 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Student 6 { 7 public: 8 ... 阅读全文
posted @ 2018-08-02 10:07 borter 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Student 6 { 7 public: 8 ... 阅读全文
posted @ 2018-08-02 10:06 borter 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Student 6 { 7 public: 8 ... 阅读全文
posted @ 2018-08-02 10:06 borter 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Student 6 { 7 public: 8 ... 阅读全文
posted @ 2018-08-02 10:05 borter 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Complex 6 { 7 public: 8 Comple... 阅读全文
posted @ 2018-08-02 10:04 borter 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Complex 6 { 7 public: 8 Comple... 阅读全文
posted @ 2018-08-02 10:03 borter 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Complex 6 { 7 public: 8 friend... 阅读全文
posted @ 2018-08-02 10:02 borter 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Complex 6 { 7 public: 8 Comple... 阅读全文
posted @ 2018-08-02 10:01 borter 阅读(192) 评论(0) 推荐(0) 编辑
摘要: #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; class Time { public: Time() { minu... 阅读全文
posted @ 2018-08-02 10:00 borter 阅读(245) 评论(0) 推荐(0) 编辑
摘要: #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; class Time { public: Time() { minu... 阅读全文
posted @ 2018-08-02 09:59 borter 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1 #define NULL 0 2 #include 3 #include 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 using namespace std; 6 class String 7 { 8 ... 阅读全文
posted @ 2018-08-02 09:58 borter 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1 #define NULL 0 2 #include 3 #include 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 using namespace std; 6 class String 7 { 8 ... 阅读全文
posted @ 2018-08-02 09:57 borter 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Complex 6 { 7 public: 8 Comple... 阅读全文
posted @ 2018-08-02 09:55 borter 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1 #define NULL 0 2 #include 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 using namespace std; 6 class String 7 { 8 public: ... 阅读全文
posted @ 2018-08-02 09:55 borter 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Complex 6 { 7 public: 8 Comple... 阅读全文
posted @ 2018-08-02 09:54 borter 阅读(143) 评论(0) 推荐(0) 编辑
摘要: #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; class Complex { public: Complex(){real=0;imag=0;} ... 阅读全文
posted @ 2018-08-02 09:53 borter 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Date; 6 class Time 7 { 8 public: 9 ... 阅读全文
posted @ 2018-08-01 16:30 borter 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 template 6 class Compare 7 { 8 public: 9 ... 阅读全文
posted @ 2018-08-01 16:30 borter 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Time 6 { 7 public: 8 Time(int,... 阅读全文
posted @ 2018-08-01 16:29 borter 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Box 6 { 7 public: 8 Box(int=10... 阅读全文
posted @ 2018-08-01 16:28 borter 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Box 6 { 7 public: 8 Box(int,in... 阅读全文
posted @ 2018-08-01 16:28 borter 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Time 6 { 7 public: 8 Time(int,... 阅读全文
posted @ 2018-08-01 16:27 borter 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Time 6 { 7 public: 8 Time(int,... 阅读全文
posted @ 2018-08-01 16:26 borter 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Box 6 { 7 public: 8 Box(int h=... 阅读全文
posted @ 2018-08-01 16:25 borter 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 6 class Box 7 { 8 public: 9 Box(in... 阅读全文
posted @ 2018-08-01 16:14 borter 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 using namespace std; 6 7 class Student 8 { 9 public: ... 阅读全文
posted @ 2018-08-01 16:14 borter 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Box 6 { 7 public: 8 Box(); 9 ... 阅读全文
posted @ 2018-08-01 16:13 borter 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Box 6 { 7 public: 8 Box(int,in... 阅读全文
posted @ 2018-08-01 16:12 borter 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Array_max 6 { 7 public: 8 void... 阅读全文
posted @ 2018-08-01 16:11 borter 阅读(1013) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Time 6 { 7 public: 8 Time() 9... 阅读全文
posted @ 2018-08-01 16:11 borter 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Time 6 { 7 public: 8 int hour;... 阅读全文
posted @ 2018-08-01 16:09 borter 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 class Time 6 { 7 public: 8 void set_... 阅读全文
posted @ 2018-08-01 16:09 borter 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 using namespace std; 6 int main(int argc, char** argv) { 7 ... 阅读全文
posted @ 2018-08-01 16:07 borter 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 6 class Time 7 { 8 public: 9 int h... 阅读全文
posted @ 2018-08-01 16:07 borter 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 using namespace std; 6 struct person 7 { 8 int... 阅读全文
posted @ 2018-08-01 16:06 borter 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using namespace std; 5 6 struct Student 7 { 8 string name... 阅读全文
posted @ 2018-08-01 16:05 borter 阅读(659) 评论(0) 推荐(0) 编辑