j'ais besoin du l'aide et merci

Nov 28, 2010 at 2:00pm
je doi ecrire ce program on c++ slt ecrire est me donner and merci merci

Les clients d’une banque possèdent des comptes identifiées par un RIB (Relevé d’Identité Bancaire). le RIB est une chaîne composé de 20 caractères alpha-numériques. Ces caractères sont répartis comme suit:

BBBBBGGGGGCCCCCCCCCCCRR
B = code banque (5 chiffres), G = code guichet (5 chiffres), C = numéro de compte (11 chiffres et/ou lettres), R = clé RIB (2 chiffres entre 01 et 97)

Un client, ayant obligatoirement un CIN, peut ouvrir un compte dans un banque. Ce compte est alors identifié par le nom, le prénom, le CIN du titulaire du compte ainsi que le RIB.

Deux opération sont possibles sur un compte donné. Déposer ou retirer (somme négative) de l’argent.

A. Définir les structures qui permettent de représenter un client, et une opération
B. Écrire une application C++ (utiliser la STL et les fichier) qui permet de:
1. Ajouter un client (saisir les données et le RIB)
2. Effectuer une opération (déposer ou retirer l’argent)
3. Imprimer un extrait de compte (nom+prénom+ RIB) et les opération triée selon date croissante.
Cette fonction doit aussi imprimer le solde (somme de toutes les opérations sur un RIB donné).
4. Imprimer la liste de personnes ayant un solde négatifs
5. Chercher la plus grande transaction
6. Mettre à jours les données d’un client.
Nov 28, 2010 at 2:18pm
OP wrote:
I must write this program we write c slt is give me and thank you thank you

Customers have a bank account identified by a RIB (bank details). GDI is a chain composed of 20 alphanumeric characters. These characters are as follows:

BBBBBGGGGGCCCCCCCCCCCRR
B = bank code (5 digits), G = branch code (5 digits), C = Account Number (11 digits and / or letters), R = key RIB (2 digits between 01 and 97)

One client, who necessarily an INC can open an account in a bank. This account is identified by name, surname, ID card of the account holder and the GDI.

Two operations are possible on a given account. Deposit or withdraw (negative amount) of money.

A. Define the structures used to represent a client, and an operation
B. Write a C application (use the STL and file) that allows:
1. Add a client (data entry and GDI)
2. Perform a transaction (deposit or withdraw money)
3. Print a statement of account (name surname RIB) operation and sorted by increasing date.
This function should also print the balance (sum of all transactions in a bank account number given).
4. Print the list of people with a negative balance
5. Search the largest transaction
6. Update data from a client.
Well, we're not going to do your homework. Say which part of this is troublesome and we'll try to explain it.
Good luck.
Last edited on Nov 29, 2010 at 4:09pm
Nov 28, 2010 at 2:21pm
its not a homework im just trying to help a friend that he is realy in need and im just know pascal not c++ and thank you
Nov 28, 2010 at 4:02pm
Et comment saurions-nous si ce problème est vraiment devoir? Excuzez-moi, mais... nous voudrions être certain, parce-que il y a une bien raison pourquoi nous ne faisons pas des devoirs. :( Mais, comme hamsterman a demandé... ou est la difficulté?

Translation: And how would we know if this problem is truly homework? Sorry, but... we would like to be sure, because there's a good reason why we don't do homework. But, like hamsterman asked... where is the difficulty?

I need to work on my written French. Somehow I tend to mess stuff up when I write it...

-Albatros
Nov 29, 2010 at 9:36am
its realy not a homework its just that im trying geting your help to help my friend thats all
Last edited on Nov 29, 2010 at 9:38am
Nov 29, 2010 at 3:19pm
So, you have "a friend" who needs some help? Tell your "friend" to begin writing the program and get back to us if they're stuck at some point.

EDIT:
je doi ecrire ce program on c++

I guess you meant "mon ami doit", non?
Last edited on Nov 29, 2010 at 3:22pm
Topic archived. No new replies allowed.