SAE S1.02 - Comparaison d'approches algorithmiques
|
Fichier contenant les fonctions d'affichage. Plus de détails...
#include "SAE.h"
Fonctions | |
void | affichageVillesIUT (VilleIUT *tiut[], int nbIUT) |
Affiche les villes contenant un IUT. Plus de détails... | |
void | affichageDeptIUT (VilleIUT *tiut[], int nbIUT) |
Affiche les départements de chaque IUT. Plus de détails... | |
void | affichageNbP (VilleIUT *tiut[], int nbIUT) |
Affiche le nombre de places dans chaque département. Plus de détails... | |
void | affichageDeptParticulier (VilleIUT *tiut[], int nbIUT) |
Affiche un département particulier. Plus de détails... | |
void | afficherEtudiant (Etudiant mEtudiant) |
Affiche les informations d'un candidat. Plus de détails... | |
void | afficherCandidat (Etudiant *tetud[], int nbCandidats) |
Affiche les informations d'un candidat particulier. Plus de détails... | |
void | afficherCandidats (Etudiant *tetud[], int nbCandidats) |
Affiche les informations de tous les candidats. Plus de détails... | |
void | afficherCandidatsAdmis (Etudiant *tetud[], int nbCandidats) |
Affiche les candidats admis. Plus de détails... | |
void | afficherCandidatsRefuses (Etudiant *tetud[], int nbCandidats) |
Affiche les candidats refusés. Plus de détails... | |
void | afficherCandidatsAttente (Etudiant *tetud[], int nbCandidats) |
Affiche les candidats sur liste d'attente. Plus de détails... | |
Fichier contenant les fonctions d'affichage.
void affichageDeptIUT | ( | VilleIUT * | tiut[], |
int | nbIUT | ||
) |
Affiche les départements de chaque IUT.
tiut | Tableau des IUT |
nbIUT | Nombre d'IUT |
void affichageDeptParticulier | ( | VilleIUT * | tiut[], |
int | nbIUT | ||
) |
Affiche un département particulier.
tiut | Tableau des IUT |
nbIUT | Nombre d'IUT |
void affichageNbP | ( | VilleIUT * | tiut[], |
int | nbIUT | ||
) |
Affiche le nombre de places dans chaque département.
tiut | Tableau des IUT |
nbIUT | Nombre d'IUT |
void affichageVillesIUT | ( | VilleIUT * | tiut[], |
int | nbIUT | ||
) |
Affiche les villes contenant un IUT.
tiut | Tableau des IUT |
nbIUT | Nombre d'IUT |
void afficherCandidat | ( | Etudiant * | tetud[], |
int | nbCandidats | ||
) |
Affiche les informations d'un candidat particulier.
tetud | Tableau des candidats |
nbCandidats | Nombre de candidats |
void afficherCandidats | ( | Etudiant * | tetud[], |
int | nbCandidats | ||
) |
Affiche les informations de tous les candidats.
tetud | Tableau des candidats |
nbCandidats | Nombre de candidats |
void afficherCandidatsAdmis | ( | Etudiant * | tetud[], |
int | nbCandidats | ||
) |
Affiche les candidats admis.
tetud | Tableau des candidats admis |
nbCandidats | Nombre de candidats admis |
void afficherCandidatsAttente | ( | Etudiant * | tetud[], |
int | nbCandidats | ||
) |
Affiche les candidats sur liste d'attente.
tetud | Tableau des candidats |
nbCandidats | Nombre de candidats |
void afficherCandidatsRefuses | ( | Etudiant * | tetud[], |
int | nbCandidats | ||
) |
Affiche les candidats refusés.
tetud | Tableau des candidats |
nbCandidats | Nombre de candidats |
void afficherEtudiant | ( | Etudiant | mEtudiant | ) |
Affiche les informations d'un candidat.
mEtudiant | Informations d'un candidat |