Thread: Help Me!
View Single Post
  #2 (permalink)  
Old 04-01-2008, 12:54 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,379
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: Help Me!

It looks like you are having additional problems as well.

As far as assigning customer numbers, you will need a variable to store them in (your variable names don't make it clear if this has been done or not), then create a number that isn't being used (a variable can store the largest customer number).

To print the balances, you need to create some code for that, first.

Other observations: you can only perform one menu option before exiting. You don't have support for multiple customers. You are using a LOT of global variables. Have you created a flowchart or anything to sketch out the behavior of this program?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote