feat: finishing the ex00

This commit is contained in:
Raphael 2025-02-10 12:49:42 +01:00
parent a84ff7d969
commit 6d1cf25a57
7 changed files with 38 additions and 38 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/30 13:40:30 by rparodi #+# #+# */
/* Updated: 2025/02/07 16:04:29 by rparodi ### ########.fr */
/* Updated: 2025/02/10 12:19:22 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,6 +20,7 @@ Dog::Dog() {
}
Dog::~Dog() {
delete brain;
std::cout << "[Dog]\t\tDeleting the class" << std::endl;
}