7summer / Student-Information-Management-System

C语言学生信息管理系统

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student-Information-Management-System

The system was completed in my freshman C language course design
I will change the system in the future

First of all, you should input the secret to enter the system
What'more, you should input the number of student

Function Introduction

Input-Information

  • You should input the number ,name ,sex ,ago and mark of the student

Ouput-Information

  • We will output the number ,name ,sex ,ago and mark of all students

Save-to-file

  • We will save the data to F:\学生信息文档.txt

Delete-Student-Information

  • Delete the student's information based on the number by user entered

Change-Student-Information

  • You need to input the secret in order to modify student's information firstly
  • You can modify the number ,name ,sex ,ago and mark of the student

Find-Student-Information

  • Depended on your search needs ,the system will output the student's complete information

About

C语言学生信息管理系统


Languages

Language:C++ 100.0%