MIS501 Software Development Project: Principles of Programming
VerifiedAdded on 2023/03/17
|4
|546
|118
Project
AI Summary
This document presents a solution for the MIS501 Principles of Programming project at Torrens University, focusing on the development of a Student Information System (SIS) using C++. The project utilizes object-oriented programming concepts, including the creation of classes such as Course, Subject, and Student, along with access specifiers, setters, and getters for data abstraction. The solution emphasizes error handling to prevent runtime issues and includes comprehensive documentation, including comments and doc strings. The program's functionality includes menu options for managing courses, subjects, and students, with features such as student enrollment, subject enrollment, and transcript generation. The solution also details the compilation process using a Makefile and the use of g++ for creating the executable. The project addresses the core requirements of the assignment, offering a practical demonstration of programming principles and software development best practices.
1 out of 4







