

other · academic · 2022
College Management System
Role: Solo Developer - Console Project

About the project
A console-based application developed in C++ to manage student and faculty records with basic CRUD operations. The system uses file handling to store and retrieve data persistently, without the use of any external database.
<
Features
>Add, view, update, and delete student and faculty records
Store data using text file handling (fstream)
Console-based user-friendly menu system
Uses Object-Oriented Programming concepts
Basic input validation and structured layout
</>
<
Tech Stack
/>C++
File Handling
OOP