phonebook operationnel et coloree

This commit is contained in:
Hugo LAMY
2022-02-04 02:26:02 +01:00
parent 8abc2d30a9
commit 53cb4b5f8b
9 changed files with 195 additions and 28 deletions

View File

@@ -1,11 +1,11 @@
#include "Contact.class.hpp"
Contact::Contact( void ) {
this->add_first("NOT DEFINED");
this->add_last("NOT DEFINED");
this->add_nick("NOT DEFINED");
this->add_num("NOT DEFINED");
this->add_secret("NOT DEFINED");
this->add_first("");
this->add_last("");
this->add_nick("");
this->add_num("");
this->add_secret("");
return;
}