|
|
|
@ -162,12 +162,12 @@ void ListeCandidat(int nbcandidat,candidat *tcandidat[])
|
|
|
|
|
printf("Candidat non trouvé");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void Candidater(VilleIUT* tiut[],int *tlogi, candidat* tcandidat[], int numcandid)
|
|
|
|
|
void Candidater(VilleIUT* tiut[],int tlogi, candidat* tcandidat[], int numcandid)
|
|
|
|
|
{
|
|
|
|
|
char VilleRech[31];
|
|
|
|
|
printf("Veuillez entrez la ville de l'IUT au quel vous souhaitez candidatez :");
|
|
|
|
|
scanf("%s",VilleRech);
|
|
|
|
|
int ind=rechercheIUT(tiut,*tlogi,VilleRech);
|
|
|
|
|
int ind=rechercheIUT(tiut,tlogi,VilleRech);
|
|
|
|
|
if(ind==-1) return;
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|