摘要: 代码中文件读取函数read_file()存在一些问题,望指出. `#include include define SIZE 100 using namespace std; static int nums_stu = 0; typedef struct Student { char* name; c 阅读全文
posted @ 2024-09-12 21:23 Micro_solgud 阅读(111) 评论(0) 推荐(0)
摘要: `#include include void printBanner(); void printHeart(); void printFlower(); int main() { std::cout << "\n"; printBanner(); std::cout << std::endl; pr 阅读全文
posted @ 2024-09-10 20:47 Micro_solgud 阅读(37) 评论(0) 推荐(0)
摘要: include using namespace std; typedef struct Studnet { //初始化结构体变量 int ID; double math_scores; double english_scores; double computer_scores; double tot 阅读全文
posted @ 2024-06-11 19:40 Micro_solgud 阅读(63) 评论(0) 推荐(0)