|
|
@ -12,7 +12,7 @@ int charger_clients(int numeros[], float cagnottes[], int suspendues[], int tPhy
|
|
|
|
void ajouter_article_au_panier(int numeroClient, int references[], float poids[], float volume[], float prixUnitaire[],
|
|
|
|
void ajouter_article_au_panier(int numeroClient, int references[], float poids[], float volume[], float prixUnitaire[],
|
|
|
|
int numeros[], float cagnottes[], int suspendues[], int nombreArticles, int nombreClients,
|
|
|
|
int numeros[], float cagnottes[], int suspendues[], int nombreArticles, int nombreClients,
|
|
|
|
float volumeCoffre, float chargeMaximale, int panier[], int quantites[], int *taillePanier);
|
|
|
|
float volumeCoffre, float chargeMaximale, int panier[], int quantites[], int *taillePanier);
|
|
|
|
void supprimer_article_du_panier(int panier[], int *taillePanier);
|
|
|
|
void supprimer_article_du_panier(int panier[], int quantites[], int *taillePanier);
|
|
|
|
void affiche_recap_panier(int panier[], int taillePanier, int references[], float poids[], float volume[],
|
|
|
|
void affiche_recap_panier(int panier[], int taillePanier, int references[], float poids[], float volume[],
|
|
|
|
float prixUnitaire[], int quantites[]);
|
|
|
|
float prixUnitaire[], int quantites[]);
|
|
|
|
#endif //SAE_101_CLIENT_H
|
|
|
|
#endif //SAE_101_CLIENT_H
|
|
|
|