Skip to content

an academic system for university by C++, example of class and vector implementation

Notifications You must be signed in to change notification settings

wannn-one/academic-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

academic-system

Academic System created for Advanced Programming Course task

Features
  • 1. adding, seeing, and editing students details
  • 2. adding, seeing, and editing lecturers details
  • 3. adding, seeing, and editing employees details
  • 4. adding, seeing, and editing courses details
  • 5. assign courses to students
  • 6. login for admin, students
  • 7. IPS input for each semester for admin
  • 8. IPK count
  • 9. Error throw (with error message)
  • How to use?
  • Download the executable file at 'release', the file named as "sim 2.0.0"
  • Or clone this repository manually or download as zip file
  • Type on your terminal

  • git clone https://github.com/wannn-one/academic-system.git
    
  • Then head to the directory

  • <parent directory>> cd academic-system
    
  • Run your Visual Studio Code by typing

  • <parent directory>/academic-system> code .
    
  • Run sim.exe in your terminal using command ...

  • ./sim
    
    How to edit the file?
    Make sure you have downloaded the GNU Makefile for Windows (For Windows OS) http://gnuwin32.sourceforge.net/packages/make.htm, then type in your terminal

    <parent directory>/academic-system> make
    

    and then, just run the sim.exe file