Ajustements.

master
Yann CHAMPEAU 3 years ago
parent 646f7830d9
commit 7b77771b3d

@ -118,6 +118,7 @@ int existeDep(MaillonDep* liste, char* dep){
if(!strcmp(m->departement,dep)){ if(!strcmp(m->departement,dep)){
return 1; return 1;
} }
m=m->suivant;
} }
return 0; return 0;
} }

@ -22,7 +22,7 @@ void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat* tcandidat[]
printf("2 : Afficher tout les départements de chaques IUT\n"); printf("2 : Afficher tout les départements de chaques IUT\n");
printf("3 : Afficher le nombre de place en première année d'un IUT précis avec un département précis\n"); printf("3 : Afficher le nombre de place en première année d'un IUT précis avec un département précis\n");
printf("4 : Rechercher les IUTs possèdant un département précis.\n"); printf("4 : Rechercher les IUTs possèdant un département précis.\n");
printf("5 : S'enregistrer en tant que candidat.") printf("5 : S'enregistrer en tant que candidat.");
if(CandidOpen) if(CandidOpen)
{ {
printf("6 : Candidater\n"); printf("6 : Candidater\n");

Loading…
Cancel
Save