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