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.
52 lines
1.0 KiB
52 lines
1.0 KiB
/* \file: sae.h
|
|
\author: Nolan Devouassoux, Renaud Beuret
|
|
\date: 25 oct
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
\brief: gestion adhèrent
|
|
*/
|
|
int creeadherent(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int Tmax);
|
|
|
|
/*
|
|
\brief: affiche les adèrent
|
|
*/
|
|
void affichageA(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int n);
|
|
|
|
/*
|
|
\brief: fonction qui recher le client
|
|
*/
|
|
int recherche(int*tNC,int n, int val, int*trouve);
|
|
|
|
|
|
/*
|
|
\brief: ajoute un adèrent
|
|
*/
|
|
int insertpers(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int Tmax);
|
|
|
|
|
|
|
|
/*
|
|
\brief: globale
|
|
*/
|
|
void globale();
|
|
|
|
int chargementSport (int *idSports, int *nbPtSpo, int tmax);
|
|
|
|
void affichage (int *idSports, int *pt, int n);
|
|
|
|
void enlèveSport (int *idSport, int *pt, int *n);
|
|
|
|
void gestionAvecMenu (void);
|
|
|
|
int rechercheSport (int *tablchoisi ,int tailletabl, int valacherch, char *trouvoupas);
|
|
|
|
void sauvegardeSports (int *idSports, int *pt, int n);
|
|
|
|
void ajoutSport (int *idSports, int *pt, int *n, int taillePhys);
|
|
|
|
void changprix (int *idSport, int *pt, int n);
|