当前位置:网站首页>C 学生管理系统_分析
C 学生管理系统_分析
2022-08-04 00:38:00 【joker_0030】
#include<stdio.h>
#include<stdlib.h>
//学生节点。
typedef struct _STU
{
char arrStuNum[10];
char srrStuName[10];
int iStuScore;
struct _STU* pNext;//指向下一个节点。
}STUNODE;
int main()
{
int nOrder=-1;
printf("*******************学生管理系统******************\n");
printf("******************系统操作指令如下****************\n");
printf("***1、增加一个学生信息***\n");
printf("***2、查找指定学生信息(姓名/学号)***\n");
printf("***3、修改指定学生的信息***\n");
printf("***4、保存业主的信息到文件***\n");
printf("***5、读取文件中的业主信息***\n");
printf("***6、删除指定学生的信息***\n");
printf("***7、恢复删除的学生信息***\n");
printf("***8、显示所有学生信息***\n");
printf("***9、退出系统***\n");
printf("*****************************************************\n");
scanf("%d", nOrder);
switch ()
{
case 1:
break;
case 2:
break;
case 3:
break;
case 4:
break;
case 5:
break;
case 6:
break;
case 7:
break;
case 8:
break;
case 9:
break;
default:
printf("输入的指令不对");
break;
}
system("pause");
return 0;
}
win32项目创建:
单击文件 (File)->新建 (New)->项目 (Project)
选择新建 Windows 桌面向导 (Windows Desktop Wizard) 项目类型
配置选项:应用程序类型选择 桌面应用程序 (.exe) (Desktop Application (.exe)) ,其它选项勾选 空项目 (Empty project)
边栏推荐
- Vant3 - click on the corresponding name name to jump to the next page corresponding to the location of the name of the TAB bar
- Mvc, Mvp and Mvvm
- 浅谈我国产业园区未来的发展方向
- Shell编程之循环语句(for、while)
- Nanoprobes Mono- Sulfo -NHS-Nanogold的使用和应用
- Getting started with MATLAB 3D drawing command plot3
- DataBinding下的RecycleView适配器Adapter基类
- 【超详细】手把手教你搭建MongoDB集群搭建
- 2022-08-03: What does the following go code output?A: 2; B: 3; C: 1; D: 0.package main import "fmt" func main() { slice := []i
- Linux安装mysql最简单教程(一次成功)
猜你喜欢

Nanoprobes 棕榈酰纳米金相关说明书

轻量级网络整理及其在Yolov5上的实现

Apple told Qualcomm: I bought a new campus for $445 million and may plan to speed up self-development of baseband chips

It will invest about 200 billion US dollars in the United States in 20 years, and Samsung Electronics looks so handsome

typescript54-泛型约束

伦敦银最新均线分析系统怎么操作?

dynamic memory two

typescript53-泛型约束

MPLS Comprehensive Experiment

【面经】被虐了之后,我翻烂了equals源码,总结如下
随机推荐
身为程序员的我们如何卷死别人?破局重生。
How to find the cause of Fiori Launchpad routing errors by single-step debugging
2023年第六届亚太应用数学与统计学国际会议(AMS 2023)
C# wpf使用ffmpeg命令行实现录屏
A Preliminary Study of RSS Subscription to WeChat Official Account-feed43
outputBufferIndex = mDecode.dequeueOutputBuffer(bufferInfo, 0) 一直返回为-1
【详细教程】一文参透MongoDB聚合查询
【面经】被虐了之后,我翻烂了equals源码,总结如下
BioVendor人Clara细胞蛋白(CC16)Elisa试剂盒检测步骤
互斥锁、读写锁、自旋锁,以及原子操作指令xaddl、cmpxchg的使用场景剖析
C # WPF equipment monitoring software (classic) - the next
孙宇晨受邀参加36氪元宇宙峰会并发表主题演讲
typescript56 - generic interface
typescript48 - type compatibility between functions
R3LIVE论文学习(二):VIO子系统
Eight things to pay attention to in spot silver
七夕活动浪漫上线,别让网络拖慢和小姐姐的开黑时间
Linux安装mysql最简单教程(一次成功)
typescript58 - generic classes
无代码7月热讯 | 微软首推数字联络中心平台;全球黑客马拉松...