Bank account c++

J

j2dab

Hi,
trying to construct a program in c++ which needs to

1.display a customer's balance info
2.Update a customers balance with a payment
3.Print a list of all customer id's with a balance over 3,000

I have already done the login page with password

Can anyone help?

Thanks,

j2dab
 
R

Richard Heathfield

j2dab said:
Hi,
trying to construct a program in c++

This is comp.lang.c, not comp.lang.c++
which needs to

1.display a customer's balance info
2.Update a customers balance with a payment
3.Print a list of all customer id's with a balance over 3,000

I have already done the login page with password

Can anyone help?

I suggest you start by defining data structures to describe the concepts you
are trying to explore (e.g. a Customer data structure, an Account data
structure, etc), and then continue by writing functions to manipulate those
data structures.
 
J

j2dab

have already done most of that just having problems with updating a
customers balance with a payment. having trouble working out the coding.
 
O

osmium

j2dab said:
have already done most of that just having problems with updating a
customers balance with a payment. having trouble working out the coding.

The way to demonstrate that is to post what you have People around here are
not really big on believing something just because someone asserts that
thing.
 
C

CBFalconer

j2dab said:
trying to construct a program in c++ which needs to

If you examine the name of this newsgroup with your eagle eye, you
may notice the significant absence of the '++' characters. That
means this group deals with the C language. The C++ language is a
different feathered horse of an alternate color, and is best
discussed on comp.lang.c++, where it may be topical. Here it is
not.


--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Also see <http://www.safalra.com/special/googlegroupsreply/>
 
K

Keith Thompson

j2dab said:
have already done most of that just having problems with updating a
customers balance with a payment. having trouble working out the coding.

Without context, it's difficult to tell what you're talking about.
Don't assume everyone can see the article to which you're replying.
Read <http://cfaj.freeshell.org/google/>.

And again, if you're asking about C++, post to comp.lang.c++.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,183
Messages
2,570,965
Members
47,511
Latest member
svareza

Latest Threads

Top