Skip to content

Latest commit

 

History

History

CS210

Projects

Throughout this class, I have completed three programming projects to demonstrate my proficency regarding programming notions in the C++ language. My spotlight project is something of an asset management tool for grocery items (or any other kind of item). It uses object-oriented design, the notions of a pointer and reference, and other useful notions in coding.

  • Spotlight Project: this is a simple "asset management" utility that keeps count of items, expressed as a string, and then outputs their frequency or frequency distribution.

I also present two other projects that I worked on in the class:

  • Project 1: A simple C++ utility that keeps time.
  • Project 2: A simple C++ accounting tool that works out compound interest.

Programming Labs

These are smaller projects that I completed to demonstrate proficency in C++ coding constructs:

Coding Practice

Solutions to selected problems from the zyBooks textbook:

References