|
|
|
@ -5,7 +5,7 @@ using namespace std;
|
|
|
|
|
using namespace reseau;
|
|
|
|
|
|
|
|
|
|
Personne::Personne(const std::string& prenom):prenom{prenom}{
|
|
|
|
|
cout << "Personne créée " << prenom <<"\n";
|
|
|
|
|
// cout << "Personne créée " << prenom <<"\n";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Personne::Personne(): numPers{0}{
|
|
|
|
|