From 9119d56106e76c1b9bd8584efcaaa135d52bf375 Mon Sep 17 00:00:00 2001 From: mamazingue Date: Thu, 3 Mar 2022 10:55:53 +0000 Subject: [PATCH] Upload New File --- src/Contact.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Contact.cpp diff --git a/src/Contact.cpp b/src/Contact.cpp new file mode 100644 index 0000000..1027d55 --- /dev/null +++ b/src/Contact.cpp @@ -0,0 +1,19 @@ +#include +#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)