phonebook class contact fonction print fonctionne
This commit is contained in:
12
d00/ex01/PhoneBook.class.hpp
Normal file
12
d00/ex01/PhoneBook.class.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PHONEBOOK_CLASS_HPP
|
||||
# define PHONEBOOK_CLASS_HPP
|
||||
#include "Contact.class.cpp"
|
||||
|
||||
class PhoneBook {
|
||||
public:
|
||||
PhoneBook();
|
||||
~PhoneBook();
|
||||
Contact contact;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user