implementation phonebook class
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user