parent
7abe3dddba
commit
9119d56106
@ -0,0 +1,19 @@
|
|||||||
|
#include <iostream>
|
||||||
|
#include "Contact.hpp"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
Contact::Contact(const Personne& P): P{P} {}
|
||||||
|
|
||||||
|
// void Contact::ajouterContact(const Personne& unContact){
|
||||||
|
// //push_front
|
||||||
|
// }
|
||||||
|
|
||||||
|
// bool Contact::supprimerContact(const Personne& unContact){
|
||||||
|
// //remove
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
// string envoyerMessage(std::string texte, Personne p)
|
||||||
|
|
||||||
|
// string recevoirMessage(std::string texte, Personne p)
|
Loading…
Reference in new issue