#include "Phonebook.class.hpp" Phonebook::Phonebook(void) : cpt(0), nb(0) { return ; } Phonebook::~Phonebook(void) { return ; }