Jade VAN BRABANDT 3 years ago
parent d6b9f57f27
commit ded300f6e2

@ -1 +0,0 @@
,DESKTOP-0B9LH3O/Axel,DESKTOP-0B9LH3O,13.01.2023 22:21,file:///C:/Users/Axel/AppData/Roaming/LibreOffice/4;

@ -237,6 +237,7 @@ void CreateCandidat(candidat** tcandid,int* nbcandidat)
}
Candidat_Ajout->nbchoix=0;
tcandid[*nbcandidat-1]=Candidat_Ajout;
nbcandidat++;
printf("Ajout fini\nVotre numéro de candidat est : %d",\
Candidat_Ajout->numcandid);
}

@ -66,11 +66,6 @@ void Validation(candidat candid)
}
}
int Recherche_Dichotomique()
{
}
void AffichageAdmisAlphabetique(candidat* tCandidAdmis,int tlogi)
{
for(int i=0;i<tlogi;++i)

@ -21,19 +21,6 @@ void ListeVoeuValide(candidat candid);
*/
void Validation(candidat candid);
/**
* \brief Recherche de manière Dichotomique un candidat dans la liste trié par ordre alphabétique
* \param [in] ?
* \return ID du candidat dans le tableau
*/
int Recherche_Dichotomique();
/*
Recherche de manière Dichotomique un candidat dans la liste trié par ordre alphabétique
Entrée :
Sortie :
ID du candidat dans le tableau
*/
/**
* \brief Recherche de manière Dichotomique un candidat dans la liste trié par ordre alphabétique

Loading…
Cancel
Save