Wednesday 3 June 2020

Chapter 14 // Exercise 8 - Principles & Practice Using C++

In this exercise I am using Visual Studio 2017 and the graphics files found here:
https://github.com/l-paz91/principles-practice/tree/master/Graphics%20Files

Chapter 14 // Exercise 8

Define a class Octagon to be a regular octagon. Write a test that exercises all of its functions (as defined by you or inherited from shape).

Github: https://github.com/l-paz91/principles-practice/tree/master/Chapter%2014/Exercise%208

.

No comments:

Post a Comment