Contact: [email protected]
This program displays a roster of students and their information for a university. It also performs multiple different operations on the roster that fall in line with typical CRUD operations you would do with SQL databases.
The application is a very rudimentary C++ program that focuses on the basics of memory management, simple operations, and manipulation of char data.
Open the program in Visual Studio and run the project. It will then execute and display in the terminal.
The tools used for this project are as follows:
- Visual Studio 2022
- C++