|
|
|
@ -202,7 +202,7 @@ void menuResponsable(Etudiant *tetud[], int *nbCandidats, VilleIUT *tiut[], int
|
|
|
|
|
int nbCandidatsDept;
|
|
|
|
|
char respVille[30], respDept[30];
|
|
|
|
|
deptResp(tiut, *nbIUT, respVille, respDept);
|
|
|
|
|
chargementRespDept(tetud, *nbCandidats, respVille, respDept, tetudResp);
|
|
|
|
|
nbCandidatsDept = chargementRespDept(tetud, *nbCandidats, respVille, respDept, tetudResp);
|
|
|
|
|
printf("\n\nMenu des Responsable de Departement : Que voulez-vous faire ?\n");
|
|
|
|
|
printf("\t1 - Lancer les admissions\n");
|
|
|
|
|
printf("\t2 - Afficher les candidats dans mon département\n");
|
|
|
|
@ -224,7 +224,7 @@ void menuResponsable(Etudiant *tetud[], int *nbCandidats, VilleIUT *tiut[], int
|
|
|
|
|
switch (choix)
|
|
|
|
|
{
|
|
|
|
|
case 1:
|
|
|
|
|
// lancerAdmission(tetudResp, *nbCandidats);
|
|
|
|
|
// lancerAdmission(tetudResp, *nbCandidats);
|
|
|
|
|
break;
|
|
|
|
|
case 2:
|
|
|
|
|
afficherCandidats(tetudResp, nbCandidatsDept);
|
|
|
|
|