摘要: 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 阅读(166) 评论(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 阅读(531) 评论(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 阅读(211) 评论(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 阅读(472) 评论(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 阅读(629) 评论(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 阅读(244) 评论(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 阅读(149) 评论(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 阅读(104) 评论(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 阅读(139) 评论(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 阅读(231) 评论(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 阅读(191) 评论(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 阅读(111) 评论(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 阅读(197) 评论(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 阅读(200) 评论(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 阅读(95) 评论(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 阅读(141) 评论(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 阅读(316) 评论(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 阅读(126) 评论(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 阅读(166) 评论(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 阅读(220) 评论(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 阅读(135) 评论(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 阅读(126) 评论(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 阅读(267) 评论(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 阅读(114) 评论(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 阅读(341) 评论(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 阅读(385) 评论(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 阅读(641) 评论(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 阅读(1001) 评论(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 阅读(113) 评论(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 阅读(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 6 class Time 7 { 8 public: 9 int h... 阅读全文
posted @ 2018-08-01 16:07 borter 阅读(111) 评论(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 阅读(658) 评论(0) 推荐(0) 编辑