You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB

void menuResponsable(VilleIUT* tiut[],int *tlogi,candidat* tcandidat[]);
/*
Menu pour les reponsables de départements
Entrée :
tableau des IUTs tiut;
taille logique de tiut tlogi;
tableau des candidats tcandidats.
Sortie : Aucune
*/
int RechercheVoeuIDInformatique(candidat candid);
/*
Recherche le voeu en informatique à Clermont Ferrand d'un candidat
Entrée :
objet candidat candid;
Sortie :
ID du Voeu dans le tableau
*/
void ShowCandid(candidat* tcandidat[],int tlogi);
/*
Affiche toutes les candidatures.
Entrée :
tableau des candidats tcandidats.
taille logique de tcandidat nbcandidat;
Sortie : Aucune
*/
void Admissions(candidat* tcandidat[],int tlogi);
/*
Gère l'entiéreté des fonctions d'admissions.
Entrée :
tableau des candidats tcandidats.
taille logique de tcandidat nbcandidat;
Sortie : Aucune
*/
int* fusion(int* tabfusion1,int tlogi1, int* tabfusion2, int tlogi2);
int* tri_fusion(int* tabNote, int* tabIDCandidatAttente, int taille);