Skip to content

sammig6i/class-roster-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stargazers Issues MIT License LinkedIn


Logo

Database for Class Roster

An implementation of the class roster database for WGU C++ class. This is a simple program that can function as a database to store students in a class roster wth attributes like, ID, First and Last Name, Degree Program, and Ages.
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

(back to top)

Built With

  • C++ - version 11

(back to top)

Getting Started

These are steps for setting up the project locally.

Prerequisites

  • install g++ GNU compiler
    brew install gcc

Installation

  • Build project
make
  • To clean up object files
make clean
  • To run application locally
./rostr

(back to top)

Usage

  • A new student can be created using the Student constructor and student's information.
Student student(studentID, firstName, lastName, emailAddress, age, daysToCompleteCourses, degreeProgram);
  • A student can be added to the class roster.
Roster classRoster(5);
classRoster.addStudent(Student* student);

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @sammig6i - [email protected]

Project Link: https://github.com/sammig6i/class-roster-db

(back to top)

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published