Skip to content

Matt54/ClassRosterVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassRosterVS

Notable Concepts Involved:

  • Abstract Classes and Inheritance
  • Pointers and Memory

Program Flow:

  • Parses array of comma delimited student data.
  • Creates a roster of students (seperating them based on their degree program).
  • Prints out all students in the roster.
  • Prints out any students with invalid emails.
  • Prints out each students average days per course.
  • Prints out all students with a software degree.
  • Removed a student by their studentID (unique identifier).
  • Attempts to remove the same student again (prints error message).
  • Deletes the roster from memory.

Input:

Output:

Click Image for high resolution.

About

A student roster application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages