Skip to content

C++ console application working with structured student data.

Notifications You must be signed in to change notification settings

sfwatanabe/student_roster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Roster Application - C++

Purpose

This project is a simple command line application to process student roster data.
Application reads in structured data from a list of comma delimited entires.
Performs basic operations on roster data:

  • Parse student data into class roster
  • Add/Remove from roster
  • Print list of students by program
  • Print list of invalid emails

Learning Goals Accomplished

  • Write separate .h/.cpp files for custom classes
  • Parse string data using delimiter
  • Work with pointers and object arrays
  • Utilize OOP principles to create students & roster

About

C++ console application working with structured student data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages