Bankapplication (I am stuck)

Would need help to get started on a project.
The project aims to be to create a program to simulate a type of banking application.
There shall be a menu (main menu) where you can choose: ->

(1) Add new customer
(2) Show existing customers

(0) Quit program

It is envisaged that the program will have a class to store information about each customer, the class will include information on name and balance. These class members (names and balances) will be private and only accessed by class methods. The class must be stored in a separate header file (ie. H file)





My thought is how I begin, I have arranged the menu where you choose ->

(1) Add new customer
(2) Show existing customers

(0) Quit program

But is stuck with the project. I wonder if someone could help me get started.
How should I use a class to store the client and balance?
How can the class look like?
How is it when to construct a class + member functions and data members.


Maybe someone can give some code examples of this?

Please contact me if something is unclear.

Am very grateful if there is someone who can help me get started on this.

mvh / Puckosmucko
Topic archived. No new replies allowed.