You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapter12/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,3 +123,6 @@ Define a `Striped_closed_polyline` using the technique from `Striped_rectangle`
123
123
124
124
## [Exercise 8](exercises/08)
125
125
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`).
126
+
127
+
## [Exercise 9](exercises/09)
128
+
Define a class `Rounded` that is like a `Rectangle`, except that it has rounded corners. Use class `Arc` that you can find in the `PPP` support code on `www.stroustrup.com/programming.html`. Test it.
0 commit comments