tentative debut de code avec class ne fonctionne pas
This commit is contained in:
13
d00/ex01/Phonebook.class.hpp
Normal file
13
d00/ex01/Phonebook.class.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef PHONEBOOK_CLASS_HPP
|
||||
# define PHONEBOOK_CLASS_HPP
|
||||
|
||||
class Phonebookk {
|
||||
|
||||
public:
|
||||
|
||||
~Phonebookk( void );
|
||||
Phonebookk( void );
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user