|
CPP04 1.0
|
ファイル | |
| Animal.cpp | |
| Implements the Animal class. | |
| Animal.hpp | |
| Declares the Animal base class. | |
| Cat.cpp | |
| Implements the Cat class. | |
| Cat.hpp | |
| Declares the Cat class. | |
| Dog.cpp | |
| Implements the Dog class. | |
| Dog.hpp | |
| Declares the Dog class. | |
| main.cpp | |
| This file contains the main entry point for C++ Module 04 Exercise 00. | |
| Makefile | |
| ScopedPointer.hpp | |
| ScopedPointer Class is Custom smart pointer with RAII pattern applied. | |
| TestRaii.cpp | |
| Test error handling for fail of new. | |
| Tests.cpp | |
| More Tests. | |
| Tests.hpp | |
| Define More Tests Function. | |
| WrongAnimal.cpp | |
| Implements the WrongAnimal class. | |
| WrongAnimal.hpp | |
| Declares the WrongAnimal class. | |
| WrongCat.cpp | |
| Implements the WrongCat class. | |
| WrongCat.hpp | |
| Declares the WrongCat class. | |