|
|
@ -27,7 +27,7 @@ typedef Candidature** ListeCandidatures;
|
|
|
|
typedef struct {
|
|
|
|
typedef struct {
|
|
|
|
int id;
|
|
|
|
int id;
|
|
|
|
char nom[LEN_MAX], prenom[LEN_MAX];
|
|
|
|
char nom[LEN_MAX], prenom[LEN_MAX];
|
|
|
|
float moyenneMath, moyenneFrancais, moyenneAnglais, moyenneSpecialite;
|
|
|
|
float moyenneMath, moyenneFrancais, moyenneAnglais, moyenneSpecialite, noteGlobale;
|
|
|
|
int nbCandidatures;
|
|
|
|
int nbCandidatures;
|
|
|
|
ListeCandidatures listeCandidatures;
|
|
|
|
ListeCandidatures listeCandidatures;
|
|
|
|
} Candidat;
|
|
|
|
} Candidat;
|
|
|
|