This was my Programming Fundamentals Project in my freshman year. The project was Students Enrollment Management System in c++ that involves file handling(text files), dynamic arrays(one dimensional and two dimensional) and pointers. Functions were also covered in this project. This C++ project is a Student Enrollment System that allows users to enroll students in different courses, drop students from courses, and display information about enrolled students and courses. It utilizes dynamic memory allocation for efficient management of student enrollments and reads course information from an external file.
The keypoints of this project are:
- Dynamic memory allocation for managing student enrollments.
- Reading course information from a file ("Courses.txt").
- Enrolling and dropping students from courses.
- Displaying information about enrolled students and courses.
File Structure
- Main Program: main.cpp
- Input File: Courses.txt