Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 810 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 810 Bytes

University-Management-System

Language C++, Objected Oriented, Software Design & Analysis Functionalities:

  1. Academic officer can add/remove/update information of a new course into the system
  2. He can add information of a new section into the system
  3. A student may register a new course
  4. He/She may view her transcript (containing her CGPA)
  5. A teacher may set evaluation criteria for a course (number and types of evaluations along with weights)
  6. He/She may enter marks
  7. He/She may view a student's performance report (including marks obtained in each evaluation along with a total)

Three-tier architecture. Data from interfaces shall move into the objects, which later can be saved in files. Objected Oriented Progamming, Data Structures and Software Design & Analysis Concepts implemented.