|
|
@ -49,8 +49,6 @@ void modificationNbPDeptResp(VilleIUT *tiut[], int nbIUT, char respVille[30], ch
|
|
|
|
void afficherCandidatsAdmis(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void afficherCandidatsAdmis(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void afficherCandidatsRefuses(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void afficherCandidatsRefuses(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void afficherCandidatsAttente(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void afficherCandidatsAttente(Etudiant *tetud[], int nbCandidats);
|
|
|
|
Etudiant moyenneCandidat(Etudiant mEtudiant);
|
|
|
|
|
|
|
|
Etudiant *moyenneCandidats(Etudiant *tetud[], int nbCandiats);
|
|
|
|
|
|
|
|
Etudiant modifStatueCandidat(Etudiant *tetud[], int nbCandidats, float noteMin[], VilleIUT *tiut[], int nbIUT, char respVille[30], char respDept[30]);
|
|
|
|
Etudiant modifStatueCandidat(Etudiant *tetud[], int nbCandidats, float noteMin[], VilleIUT *tiut[], int nbIUT, char respVille[30], char respDept[30]);
|
|
|
|
int statueCandidat(Etudiant *tetud[], int nbCandidats, Etudiant *tetudAdmis[], Etudiant *tetudAttente[], int nbEtudAdmis, int nbEtudAttente);
|
|
|
|
int statueCandidat(Etudiant *tetud[], int nbCandidats, Etudiant *tetudAdmis[], Etudiant *tetudAttente[], int nbEtudAdmis, int nbEtudAttente);
|
|
|
|
int nbCandidatsAdmis(Etudiant *tetud[], int nbCandidats);
|
|
|
|
int nbCandidatsAdmis(Etudiant *tetud[], int nbCandidats);
|
|
|
@ -62,32 +60,14 @@ void ajouterCandidature(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], in
|
|
|
|
void supprimerCandidature(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void supprimerCandidature(Etudiant *tetud[], int nbCandidats);
|
|
|
|
int inscription(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int nbVillesIUT);
|
|
|
|
int inscription(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int nbVillesIUT);
|
|
|
|
|
|
|
|
|
|
|
|
/* Authentification */
|
|
|
|
|
|
|
|
// int ConnexionUtilisateur(char *login, char *mdp);
|
|
|
|
|
|
|
|
// ListeUtilisateurs chargerUtilisateurs(char *ficUtilisateurs, ListeUtilisateurs Utilisateurs);
|
|
|
|
|
|
|
|
// Utilisateur lireUtilisateur(FILE *flot);
|
|
|
|
|
|
|
|
// void afficherUtilisateur(Utilisateur utilisateur);
|
|
|
|
|
|
|
|
// void afficherUtilisateurs(ListeUtilisateurs listeUtilisateurs);
|
|
|
|
|
|
|
|
// ListeUtilisateurs insererUtilisateur(ListeUtilisateurs listeUtilisateurs, Utilisateur utilisateur);
|
|
|
|
|
|
|
|
// ListeUtilisateurs supprimerUtilisateur(ListeUtilisateurs listeUtilisateurs, char *nomUtilisateur);
|
|
|
|
|
|
|
|
// int videUtilisateurs(ListeUtilisateurs listeUtilisateurs);
|
|
|
|
|
|
|
|
// void sauveUtilisateurs(char *ficUtilisateurs, ListeUtilisateurs listeUtilisateurs);
|
|
|
|
|
|
|
|
// int rechercherUtilisateur(ListeUtilisateurs listeUtilisateurs, char *nomUtilisateur);
|
|
|
|
|
|
|
|
// int supprimerUtilisateur(ListeUtilisateurs listeUtilisateurs, char *nomUtilisateur);
|
|
|
|
|
|
|
|
// int menuUtilisateur(ListeUtilisateurs listeUtilisateurs);
|
|
|
|
|
|
|
|
// void global(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int plusPetit(Etudiant *tetudResp[], int nbCandResp);
|
|
|
|
int plusPetit(Etudiant *tetudResp[], int nbCandResp);
|
|
|
|
void echanger(Etudiant *tetudResp[], int i, int j);
|
|
|
|
void echanger(Etudiant *tetudResp[], int i, int j);
|
|
|
|
void triNote(Etudiant *tetudResp[], int nbCandResp);
|
|
|
|
void triNote(Etudiant *tetudResp[], int nbCandResp);
|
|
|
|
void deptResp(VilleIUT *tiut[], int nbVilles, char respVille[], char respIUT[]);
|
|
|
|
void deptResp(VilleIUT *tiut[], int nbVilles, char respVille[], char respIUT[]);
|
|
|
|
int chargementRespDept(Etudiant *tetud[], int nbCand, char respVille[], char respIUT[], Etudiant *tetudResp[]);
|
|
|
|
int chargementRespDept(Etudiant *tetud[], int nbCand, char respVille[], char respIUT[], Etudiant *tetudResp[]);
|
|
|
|
void lancerAdmissions(Etudiant *tetudResp[], int nbCandResp, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente, char ville[], char dept[]);
|
|
|
|
|
|
|
|
void sauvegardeAdmis(Etudiant *tetudAdmis[], int nbEtudAdmis);
|
|
|
|
void sauvegardeAdmis(Etudiant *tetudAdmis[], int nbEtudAdmis);
|
|
|
|
void sauvegardeAttente(Etudiant *tetudAttente[], int nbEtudAttente);
|
|
|
|
void sauvegardeAttente(Etudiant *tetudAttente[], int nbEtudAttente);
|
|
|
|
void sauvegardeTousCandidats(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void sauvegardeTousCandidats(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void libererEspaceCandidats(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void libererEspaceCandidats(Etudiant *tetud[], int nbCandidats);
|
|
|
|
void libererEspaceIUT(VilleIUT *tiut[], int nbIUT);
|
|
|
|
void libererEspaceIUT(VilleIUT *tiut[], int nbIUT);
|
|
|
|
|
|
|
|
|
|
|
|
char *chargerMdPAdmin();
|
|
|
|
|
|
|
|
void modifierMdPAdmin();
|
|
|
|
|