Skip to content

jaronsgit/A-Simple-Student-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Assignment 1: A Simple Student Database

The project includes database.h, database.cpp, driver.cpp, testing.txt as well as a Makefile.

database.h is the header file for function declarations. database.cpp contains all the definitions for the functions that operate the "database". driver.cpp is the source file that provides the message stubs and the database interface. testing.txt is an example database file for how the data is stored and can be used to test the database.

How to use the program

Navigate to the folder in Terminal and utilise the provided Makefile to compile the source code using:

make

Use the following command to run the executable for the driver program.

make run

Use the following command to remove the binary files from the project folder.

make clean

Authors

CHNJAR003

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published