This website requires JavaScript.
Explore
Help
Sign in
des
/
pacman
Watch
1
Star
0
Fork
You've already forked pacman
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
653a0ff5bf
pacman
/
exercises
/
16
/
create_class
History
Patricia Aas
4da1344579
Update README.md
2021-10-17 19:58:36 +02:00
..
solution
Change order of module 16 and 17
2021-10-07 12:44:32 +02:00
README.md
Update README.md
2021-10-17 19:58:36 +02:00
README.md
< Back
Exercise: Create a class
Exercise: Simple class
Create an empty class named
Clyde
within the
.hpp
file.
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.