|
|
@ -12,8 +12,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
//! TRAITEMENT DES FICHIERS
|
|
|
|
//! TRAITEMENT DES FICHIERS
|
|
|
|
void chargeDonnees(int reference[], float weight[], float volume[], float unitPrice[], int clientID[], float cagnotte[], int suspended[]);
|
|
|
|
void chargeDonnees(int reference[], float weight[], float volume[], float unitPrice[], int clientID[], float cagnotte[], int suspended[]);
|
|
|
|
void chargeArticles(int reference[], float weight[], float volume[], float unitPrice[]);
|
|
|
|
int chargeArticles(int reference[], float weight[], float volume[], float unitPrice[]);
|
|
|
|
void chargeClients(int clientID[], float cagnotte[], int suspended[]);
|
|
|
|
int chargeClients(int clientID[], float cagnotte[], int suspended[]);
|
|
|
|
|
|
|
|
|
|
|
|
void sauvegardeDonnees(int reference[], float weight[], float volume[], float unitPrice[], int clientID[], float cagnotte[], int suspended[]);
|
|
|
|
void sauvegardeDonnees(int reference[], float weight[], float volume[], float unitPrice[], int clientID[], float cagnotte[], int suspended[]);
|
|
|
|
void sauvegardeArticles(int reference[], float weight[], float volume[], float unitPrice[]);
|
|
|
|
void sauvegardeArticles(int reference[], float weight[], float volume[], float unitPrice[]);
|
|
|
|