|
|
@ -37,7 +37,7 @@ int chargementAdherent(int tabAdherent[], int tabPoints[], int jour[], int mois[
|
|
|
|
|
|
|
|
|
|
|
|
int chargementActivite(int tabPoint[],int tabNbEntree[], int tphys)
|
|
|
|
int chargementActivite(int tabPoint[],int tabNbEntree[], int tphys)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
int num, point, i =0;
|
|
|
|
int num, point,nbEntree, i =0;
|
|
|
|
FILE*flot;
|
|
|
|
FILE*flot;
|
|
|
|
flot = fopen("activite.txt","r");
|
|
|
|
flot = fopen("activite.txt","r");
|
|
|
|
if (flot == NULL) {
|
|
|
|
if (flot == NULL) {
|
|
|
|