|
|
|
@ -97,9 +97,9 @@ void lancerPhaseCandidature(int *phaseCandidature);
|
|
|
|
|
// ###########################################################################################
|
|
|
|
|
// ###########################################################################################
|
|
|
|
|
|
|
|
|
|
int login(Candidat *tCand[],int tMax,int *numC,Candidat *c);
|
|
|
|
|
int login(Candidat *tCand[],int *tMax,int *pos);
|
|
|
|
|
void menuAdmin(VilleIUT *tiut[], int *tLog, int tMax, int *phaseCandidature);
|
|
|
|
|
void menuCandidat(VilleIUT *tiut[], int *tLog, int tMax,Candidat *tCand[],int tMaxC,Candidat *c,int phaseCandidature);
|
|
|
|
|
void menuCandidat(VilleIUT *tiut[], int *tLog, int tMax,Candidat *tCand[],int tMaxC,int posC,int phaseCandidature);
|
|
|
|
|
void clearpage(void);
|
|
|
|
|
void globale(void);
|
|
|
|
|
|
|
|
|
@ -146,6 +146,7 @@ int rechercherCandidat(Candidat *tCand[], int tMax, int numeroC, int *trouve);
|
|
|
|
|
|
|
|
|
|
/* Fonctions d'insertion/suppresion/maj*/
|
|
|
|
|
|
|
|
|
|
Candidat ** creerCandidat(Candidat *tCand[], int *tMax,int *pos);
|
|
|
|
|
Choix ** insererChoix(Choix *tChoix[], int *nombreChoix);
|
|
|
|
|
Choix ** supprimerChoix(Choix *tChoix[], int *nombreChoix);
|
|
|
|
|
void miseAJourChoixCand(Choix *tChoix[], int nombreChoix);
|
|
|
|
|