Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 3.79 KB

requirements.md

File metadata and controls

36 lines (27 loc) · 3.79 KB

Group Projects and Presentation CS225

Demonstrate your knowledge of Object-Oriented Programming in a Group Project. You must use C++ unless you receive instructor approval. Project topics must receive approval.

C++ Program and Style Guide (80%)

Your finished project should demonstrate the following concepts we learned in class:

Submit a style guide and made 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)

If you submit someone else's code as your own without give them credit, this is academic misconduct and you will receive a zero on the project.

The project should demonstrate your object oriented programming knowledge from the whole semester and the project should be complex/comprehensive enough to warrant a multiple week project. (if you turn in only a few lines of code or something that doesn't look like you spend more than an hour on it, don't expect to get full credit)

Presentation (20%)** ** Create a PowerPoint (or other graphical) presentation that is aimed at your target audience (our class).

  • 3-5 minutes long. Presentations will take place during class time. Correctly use C++ vocabulary words during your presentation (ex. virtual function, abstract base class, overloading, overriding, scope resolution operator).
  • Be an attentive listener during all of your classmates' presentations.