Project Requirements

➢ thoughtful selection of variable names, function names, and class names.
➢ division of code into multiple header and source code files
➢ if statements
➢ while, do-while, and for loops
➢ functions
➢ class definitions
➢ constructors and destructors
➢ operator overloading
➢ object composition
➢ inheritance
➢ exceptions
➢ file I/O
➢ a UML diagram
➢ demonstration of a C++ command/function/concept that we have not covered in class yet
➢ good programming practices

Submit a style guide and make sure to follow it with all your submitted code. (In class, we talked about Google’s coding guidelines: https://google.github.io/styleguide/cppguide.html. Your Style Guide doesn’t have to be nearly this extensive.

2
Backlog
0
To Do
0
In Progress
0
Done