会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
solgud-26
博客园
首页
新随笔
联系
订阅
管理
2024年9月12日
C/C++ 学生管理系统的文件读取与写入
摘要: 代码中文件读取函数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)
2024年9月10日
The Teacher's Day gift a future teacher wants
摘要: `#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)
2024年6月11日
学生管理系统的CRUD
摘要: 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)
公告