Your browser is unsupported

We recommend using the latest version of IE11, Edge, Chrome, Firefox or Safari.

Programming Project 5

Due date: May. 31, 2023 at 3:00 P.M., via Gradescope

For this project, you must write a C++ program to manage a collection of data samples.  The following files provide instructions and get you started:

  • Project 5 Instructions
  • Project 5 Starting Files - corrected ( Zip file containing the following, provided in Lab 8.  This version corrected to change all references of "set" to "group". )
    • proj5Base.cpp
    • Sample.h
    • Sample.cpp
    • SampleGroup.h
    • SampleGroup.cpp
  • Data Files - Files used in Project 2 work for this project.