摘要: 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 阅读(547) 评论(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 阅读(228) 评论(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 阅读(489) 评论(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 阅读(646) 评论(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 阅读(267) 评论(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 阅读(254) 评论(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 阅读(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 Complex 6 { 7 public: 8 Comple... 阅读全文
posted @ 2018-08-02 10:04 Borter 阅读(117) 评论(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 阅读(148) 评论(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 阅读(252) 评论(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 阅读(211) 评论(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 阅读(260) 评论(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 阅读(130) 评论(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 阅读(210) 评论(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 阅读(234) 评论(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 阅读(108) 评论(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 阅读(168) 评论(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 阅读(165) 评论(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 阅读(329) 评论(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 阅读(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 template 6 class Compare 7 { 8 public: 9 ... 阅读全文
posted @ 2018-08-01 16:30 Borter 阅读(199) 评论(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 阅读(230) 评论(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 阅读(143) 评论(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 阅读(240) 评论(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 阅读(155) 评论(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 阅读(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 Box 6 { 7 public: 8 Box(int h=... 阅读全文
posted @ 2018-08-01 16:25 Borter 阅读(292) 评论(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 阅读(399) 评论(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 阅读(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 class Box 6 { 7 public: 8 Box(); 9 ... 阅读全文
posted @ 2018-08-01 16:13 Borter 阅读(400) 评论(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 阅读(667) 评论(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 阅读(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 Array_max 6 { 7 public: 8 void... 阅读全文
posted @ 2018-08-01 16:11 Borter 阅读(1034) 评论(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 阅读(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 void set_... 阅读全文
posted @ 2018-08-01 16:09 Borter 阅读(132) 评论(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 阅读(148) 评论(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 阅读(131) 评论(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 阅读(695) 评论(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 阅读(679) 评论(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 struct Student 6 { 7 int num; 8 ... 阅读全文
posted @ 2018-08-01 16:04 Borter 阅读(1938) 评论(0) 推荐(0)