Skip to content

Commit a88f0c6

Browse files
committed
Update README.md for Chapter12
1 parent 1540369 commit a88f0c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Chapter12/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,6 @@ Define a `Striped_closed_polyline` using the technique from `Striped_rectangle`
123123

124124
## [Exercise 8](exercises/08)
125125
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

Comments
 (0)