摘要: 源程序: #include <iostream>#include <algorithm>#include <functional>#include <iomanip>#include <stdlib.h>const int MAXSIZE = 10;using namespace std; int* 阅读全文
posted @ 2020-06-14 21:45 bobo哥 阅读(124) 评论(0) 推荐(0)
摘要: 源程序: 头函数:menu.h #pragma once#if!(menu_H)#define menu_h#include <iostream>using namespace std; class calc{private: int a, b; int p, m;public: calc() {} 阅读全文
posted @ 2020-06-14 21:43 bobo哥 阅读(167) 评论(0) 推荐(0)
摘要: 源程序: #include <iostream>#include <stdlib.h>const int MaxSize = 8;using namespace std; typedef struct{ int stuno; string stuname; int stuage;}TableElem 阅读全文
posted @ 2020-06-14 21:37 bobo哥 阅读(134) 评论(0) 推荐(0)
摘要: 源程序: #include <iostream>#include <string>#define N 4using namespace std; class student{private: int num; string name; string sex; int age;public: stud 阅读全文
posted @ 2020-06-14 21:34 bobo哥 阅读(151) 评论(0) 推荐(0)