Skip to content

Tor1surphY/studentInfomationManagementSystem

Repository files navigation

StudentInfomationManagementSystem

A student information management system coded by C for practicing

data structure: linkList

algorithm: quickSort(manual coded)

IDE: Visual Studio 2019 Community


Update 2020/04/23

Optimized code after reading The Art of Readable Code: PartⅠ


Account system

accounts separated as managers which can modify and search all the student's record and students which can only search their own record without modifying.

If you want to load as a manager, your account is : shirohige, and your password is: 123456

If you want to load as a student, your account is your No.,and your password is 123456

Current student list in record.txt:

1 Luffy

2 Nami

3 Zoro

4 Sanji

5 Ussopu

9 Jinpe


Demo

avatar

avatar

avatar

avatar

avatar


Bugs known:

If you add new record ending with double "\n", then you will find a new record as 0, so you will see the no. of students does not match thier record as they suppose to be.

About

A student information management system coded by C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages