You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
University Application Organizer (InfOrganizer) is a user-friendly tool designed to help users efficiently manage their personal and academic information while organizing university applications. It allows users to add, edit, and delete universities, store personal data, and customize sections.
"A robust Java CLI application for managing student records, courses, and enrollments. Features include automated GPA calculation, CSV data persistence, and distinct administrative modules. Built for the VITyarthi Flipped Course Evaluation."
A C++ console application for managing academic records using Object-Oriented Programming. It demonstrates manual dynamic memory management (pointers) to handle Student, Teacher, Course, and Grade data. Features include creating, viewing, updating, and deleting records from the heap.
A C# console application for managing university student and professor records with data persistence capabilities. Built with object-oriented principles, this system enables tracking academic information through an intuitive command-line interface.