chargement tableau de pointeur part 4 terminé

master
Roxane ROSSETTO 2 years ago
parent ab12d872d0
commit 3354edbf32

@ -274,7 +274,8 @@ Filecand ChargementfileC(Filecand fC, int *nbC)//chargement du fichier dans cett
}
int chargement (Candidat tCandAcc[], int tmax, FILEfe){// chargement des files cand et chx
int i;
Choix chx;
fscanf( fe, "%d", nbCand );
@ -292,7 +293,11 @@ int chargement (Candidat tCandAcc[], int tmax, FILEfe){// chargement des files c
}
*tCandAcc[i] = c;
fscanf( fe, "%d", &nbC);
tCandAcc[i]->lchx = Chargementlistecandidat ( fe, tCandAcc[i]->lchx, nbC);
for ( i=0 ; i<nbc ; i ++){
chx = lireC( fe );
tCandAcc[i]->lchx = enf( tCandAcc[i]->lchx, chx );
}
i++;
c = lireCa (fe);
}

Loading…
Cancel
Save