View Single Post
  #3 (permalink)  
Old 10-13-2008, 07:13 AM
CJSLMAN's Avatar
CJSLMAN CJSLMAN is offline
Senior Member
 
Join Date: Oct 2008
Location: Guadalajara, Mexico
Posts: 448
CJSLMAN is on a distinguished road
Design...
You need to design what your program is going to do. For example:
  • Is your program going to have a GUI or is it going to be command line based.
  • Is it going to display the amount of pies ordered?
  • Is it going to write any info to a file?
  • Is it going to take any info from a file, like prices, etc?
  • etc

Then do as Fubarable suggests and tackle each part separately.
CJSL
__________________
Chris S.
Difficult? This is Mission Impossible, not Mission Difficult. Difficult should be easy.
Reply With Quote