Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 692 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 692 Bytes

📚Student Roster Application

Owner: Jacob McEwen

Purpose

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.

How to Run

Open the program in Visual Studio and run the project. It will then execute and display in the terminal.

Tools used

The tools used for this project are as follows:

  • Visual Studio 2022
  • C++