Skip to content

Simple academic system using oop CPP to fill assignments for advanced programming courses.

Notifications You must be signed in to change notification settings

agus-darmawan/academic-system-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Academic System

A simple program based on OOP C++ academic system with multi-role login features, namely token 1 for admin, token 2 for students, token 3 for lecturers and token 4 for education staff. Please enter the password and username followed by the token according to the logic above. Password and username will be stored in database.txt so that when you restart the program the password will still be used. When you log in as an admin you can do everything that a user can do and also you can add students, lecturers and education staff. When you log in as a student you can change the student data that the admin has created and see the IPS, SKS, and GPA scores inputted by lecturers from all students. When you log in as a lecturer you can change the data created by the admin and also add the IPS and SKS scores for graduating students. When you log in as an education staff you can change the data that has been created by the admin.

How to run the Program

The program can be run by installing G++ and G++ for make then you can make make sure you are in the prolan-sim directory not in the include src or outside the folder. Folders can be made first with the make command on the terminal or CMD then run with the ./sim command or on windows you can run the sim.exe file.

Writer biography

This program was created by I Wayan Agus Darmawan with NRP 5024211070 to fulfill assignments for advanced programming courses.

About

Simple academic system using oop CPP to fill assignments for advanced programming courses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published