|
CPP04 1.0
|
ファイル | |
| Animal.cpp | |
| Implements the Animal class. | |
| Animal.hpp | |
| Declares the Animal base class. | |
| Brain.cpp | |
| Implements the Brain class. | |
| Brain.hpp | |
| Declares the Brain class. | |
| Cat.cpp | |
| Implements the Cat class, including deep copy of its Brain. | |
| Cat.hpp | |
| Declares the Cat class. | |
| Dog.cpp | |
| Implements the Dog class, including deep copy of its Brain. | |
| Dog.hpp | |
| Declares the Dog class. | |
| main.cpp | |
| Main entry point for C++ Module 04 Exercise 01. | |
| Makefile | |
| ScopedPointer.hpp | |
| ScopedPointer Class is Custom smart pointer with RAII pattern applied. | |
| WrongAnimal.cpp | |
| Implements the WrongAnimal class. | |
| WrongAnimal.hpp | |
| Declares the WrongAnimal class. | |
| WrongCat.cpp | |
| Implements the WrongCat class. | |
| WrongCat.hpp | |
| Declares the WrongCat class. | |