Thread: Summat about cars (thread split)

  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    1

    Summat about cars (thread split)

    What is the way to develop a C programme with the following information?
    Its like a car rental thing.

    Category Description Fee/wk Fee/Day MaxKm/wk Insur/Day ExtraKm
    1 standard 4dr $10000 $1500 2000 $100 $10
    2 stationwagons $12000 $2000 2000 $120 $12
    3 Suv’s $14000 $2500 1800 $140 $14
    4 luxury $180000 $3000 1300 $250 $18

  2. #2
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    1. Analyze requirements
    2. Design a solution
    3. Build the solution
    4. Test the solution
    5. Ship it!
    6. Enjoy a gin and tonic, or any beverage of your choice.

    Okay, so that's something of a development plan, and I do mean all that sincerely. You post is extremely vague. You have not presented a sufficient set of requirements for anybody to help you. Does your program need to simply print out those 4 lines? Does it have a set of actions to perform? Should you use a menu or command line interface, or will it use a GUI or read commands from a text file, socket, what?

    You can't do anything until you understand your problem (and we can't help you until we understand your problem), so please express it clearly, and describe what you don't get

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 06-09-2010, 07:31 PM
  2. Thread Prog in C language (seg fault)
    By kumars in forum C Programming
    Replies: 22
    Last Post: 10-09-2008, 01:17 PM
  3. popen with a fossil (split from bumped thread)
    By leandroaz in forum Windows Programming
    Replies: 3
    Last Post: 09-12-2008, 01:47 PM
  4. pointer to main thread from worker thread?
    By draegon in forum C++ Programming
    Replies: 2
    Last Post: 10-27-2005, 06:35 AM