C+实现简单的学生信息管理系统控制台程序.docx

C+实现简单的学生信息管理系统控制台程序.docx

// StudentInformationSystem.cpp : Defines the entry point for the console a p p l i c a t i o n . // #include stdafx.h #include cstring #include iostream #include conio.h #includevector #includealgorithm class Student { private: char idNumber[13]; // 学号 char name[30]; // 姓名 char address[50]; // 地址 char telephone[14]; int gradeMath; // int gradePhysics; // int gradeEnglish; // // 电话号码 数学成绩 物理成绩 英语成绩 double gradeMaPhEgAvera

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档