implementation phonebook class

This commit is contained in:
Hugo LAMY
2022-02-03 16:23:36 +01:00
parent aa77271631
commit 8abc2d30a9
7 changed files with 54 additions and 52 deletions

View File

@@ -17,6 +17,12 @@ public:
void add_num(std::string str);
void add_secret(std::string str);
std::string get_first();
std::string get_last ();
std::string get_nick ();
std::string get_num();
std::string get_secret();
void print_contact();
private: