master^2
Jade VAN BRABANDT 3 years ago
parent f354de11bd
commit 8fe3270769

@ -47,6 +47,7 @@ int RechercheVoeuIDInformatique(candidat candid)
int ID_found=0;
for(int i=0;i<candid.nbchoix && !ID_found;++i)
{
printf("T");
if(!strcmp(candid.TabVoeu[i]->dep,"Informatique")) ID_found=i;
}
return ID_found;

Loading…
Cancel
Save