Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cse1326_sp26_proj1

class assignmnet for cse1326

This first group class assignment will be an exercise in C++ and object oriented programming.

The result will be a command line (linux) program, that reads the same data files as are used by the 'mavgrades' website.

Students:

  1. Select what you want to work on. Possible projects are listed in the activities part of github.
  2. Assign them to yourself
  3. Do the work.
  4. Be prepared to discuss the work you have done with the class.
  5. Repeat until the project is done.

Requirements: (note these requirements will be refined as we go along)

  1. Command line interface.
  2. The command "course " display all of the courses that match for the data available. It will provide pass percentage, and average grades for each instructor, grouped by instructor and year.
  3. More...

Design:

graph TD;
    json file-->dataImporter;
    dataImporter -->Array of grades;
    Array of grades -->commandProcessor;
Loading

About

class assignmnet for cse1326

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages