From a3e7c573f4dd3156c23462a8187fe47eb6e6314c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?In=C3=A8s=20DELINAC?= Date: Tue, 9 Jan 2024 11:19:20 +0100 Subject: [PATCH] partie2 changement --- src/specification1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/specification1.h b/src/specification1.h index 98b70b9..e234485 100644 --- a/src/specification1.h +++ b/src/specification1.h @@ -53,11 +53,11 @@ int chargement(Offre *offre, char fichier[]); //~~~~~~~~~~~~PARTIE 2~~~~~~~~~~~~ -//Afficher l'entreprise qui a la tâche(travaux) retenu +//Afficher l'entreprise par tâche (sachant qu'on fait toute les tâches) //celle ayant le coût de réalisation le moins cher //si égalité : //Celle ayant le plus gros capital -void ShowEntrepTache(ListeDevis l, char trv); +void ShowEntrepTache(Offre o); //~~~~~~~~~~~~PARTIE 3~~~~~~~~~~~~