Update README.md
This commit is contained in:
parent
9218a3fd4c
commit
4da1344579
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
[< Back](../README.md)
|
[< Back](../README.md)
|
||||||
|
|
||||||
# Exercise: Simple class
|
# Exercise: Create a class
|
||||||
|
|
||||||
## Exercise:
|
## Exercise: Simple class
|
||||||
|
|
||||||
1. Create an empty class named `Clyde` within the `.hpp` file. Look at other ghost `.hpp` files and see how they define
|
1. Create an empty class named `Clyde` within the `.hpp` file.
|
||||||
the class. It does not need to inherit from the `Ghost` base class and it does not need any functions. But if you
|
2. Look at other ghost `.hpp` files and see how they define the class. It does not need to inherit from the `Ghost` base class and it does not need any functions.
|
||||||
have extra time, try to inherit from the Ghost class and see what happens when you try to compile.
|
|
||||||
|
|
Loading…
Reference in a new issue