Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 683 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 683 Bytes

ece160-hw05

Due Tuesday, November 28th at 11:59 PM

Given the provided Student.h and main.cpp, write a Student.cpp file that implements the methods declared in Student.h. Your project MUST build with the provided Makefile, though you may modify the Makefile to use g++ instead of clang++ if you don't have clang available locally.

You should be able to build your project simply by typing make at the command line from within the project directory.

When you run ./hw05, it should produce the exact output in example_output.txt.

When I test your program, I will use a different main.cpp, so make sure your implementations are generally applicable!