Desktop Application

Campus ERP

Campus ERP

Campus ERP is a menu-driven Windows console application that manages student, teacher, and head-of-department records for a college. Role-based login routes each user to their own portal, attendance is recorded and reviewed per department, and students can submit feedback for teachers. Every login is timestamped and appended to a history log. The interface is styled with box-drawing characters, records persist to plain text files rather than a database, and the project builds through CMake against C++17.

Technologies Used

C++C++