Skip to content

This application holds a roster of a small number of students and performs operations on them.

Notifications You must be signed in to change notification settings

jacobmcazure/Student-Roster-Application

Repository files navigation

📚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++

About

This application holds a roster of a small number of students and performs operations on them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages