|
|
|
@ -38,7 +38,7 @@ candidat** LoadCandid(int* CandidOpen, int* nbcandid)
|
|
|
|
|
fread(voeu_ajout->dep,sizeof(char)*31,1,file);
|
|
|
|
|
fread(&voeu_ajout->ddep,sizeof(int),1,file);
|
|
|
|
|
fread(&voeu_ajout->vcand,sizeof(int),1,file);
|
|
|
|
|
Candidat_ajout.TabVoeu[i]=voeu_ajout;
|
|
|
|
|
Tabcandidat[i]->TabVoeu[i]=voeu_ajout;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//Je sors
|
|
|
|
|