求教两个C++问题

[复制链接]
查看11 | 回复2 | 2009-6-27 18:21:05 | 显示全部楼层 |阅读模式
第二个题目:学生成绩管理系统:#include "stdio.h" #include "string.h" #include "conio.h" #include "stdlib.h"struct student{ char chNo[10]; char chName[10]; int iScore[5]; float iAve; int iMax,iMin; /*此三项用于存放计算出的每个人的平均分、最低分、最高分*/ }; int fnchoose(int swith,int n); void fnInput(struct student stud[],int n); /*数据输入*/ ...
回复

使用道具 举报

千问 | 2009-6-27 18:21:05 | 显示全部楼层
激励!...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行