摘要: 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 阅读(544) 评论(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 阅读(223) 评论(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 阅读(483) 评论(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 阅读(643) 评论(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 阅读(253) 评论(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 阅读(257) 评论(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 阅读(162) 评论(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 阅读(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 Complex 6 { 7 public: 8 Comple... 阅读全文
posted @ 2018-08-02 10:03 Borter 阅读(146) 评论(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 阅读(245) 评论(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 阅读(204) 评论(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 阅读(256) 评论(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 阅读(124) 评论(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 阅读(208) 评论(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 阅读(214) 评论(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 阅读(100) 评论(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 阅读(160) 评论(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 阅读(152) 评论(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 阅读(328) 评论(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 阅读(138) 评论(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 阅读(181) 评论(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 阅读(222) 评论(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 阅读(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(int,in... 阅读全文
posted @ 2018-08-01 16:28 Borter 阅读(233) 评论(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 阅读(150) 评论(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 阅读(138) 评论(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 阅读(281) 评论(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 阅读(386) 评论(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 阅读(125) 评论(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 阅读(396) 评论(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 阅读(654) 评论(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 阅读(1033) 评论(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 阅读(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 Time 6 { 7 public: 8 int hour;... 阅读全文
posted @ 2018-08-01 16:09 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 Time 6 { 7 public: 8 void set_... 阅读全文
posted @ 2018-08-01 16:09 Borter 阅读(126) 评论(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 阅读(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 6 class Time 7 { 8 public: 9 int h... 阅读全文
posted @ 2018-08-01 16:07 Borter 阅读(123) 评论(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 阅读(689) 评论(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 阅读(674) 评论(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 阅读(1930) 评论(0) 推荐(0)