From ba9ed61a3fbbbffcc46baeab0b89dcad9557aa6e Mon Sep 17 00:00:00 2001 From: mamazingue Date: Thu, 31 Mar 2022 11:49:03 +0000 Subject: [PATCH] Update main.cpp --- src/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index db0e251..be50e02 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,6 @@ int main(){ Personne p14{"Thibault"}; Personne p15{"Gwen"}; list Contacts; - // cout << "----------\n"; /* On crée les contacts en mettant leur propiétaire, on ajoute ensuite chaque contact dans une liste juste après leur construction */ @@ -62,7 +61,6 @@ int main(){ Contacts.push_back(&c14); Contact c15{p15}; Contacts.push_back(&c15); - // cout << "----------\n"; /* On place les contacts directs dans une liste de personne qui correspond au répertoire de chaque personne */ @@ -88,11 +86,6 @@ int main(){ c14.ajouterContact(p12); c14.ajouterContact(p13); c15.ajouterContact(p9); - // cout << "----------\n"; - // c1.rechercher(p3); - // c1.rechercher(p2); - // c1.rechercher(p5); - // cout << "----------\n"; /*