Thread: c programme

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    2

    c programme

    Suppose you have to develop a program for managing the sales of your Mohallah grocery store. The following functions have been requested by your client (the Dukaan wala):
     The program should allow the user to select and buy different items present in that shop.
     The user should be able to see the items that he has bought and print his total bill on the screen
     The program should not end until the user specifies it to end. (The user should press 'q' to quit the program)
    Develop the flowchart for this task and implement it in C.

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Welcome Yousra fatima!

    We don't do what you might be thinking we do. We don't start people's assignments or programs for them (99% of the time). You are attending the class, and heard the lecture, etc. We didn't, and it is your assignment. So it's up to you to get the program started. If you get stuck on code or pseudo code, come back and post what you have done, and ask specific questions for help, and we'll try to give you help to get the problems worked out.

    The start is up to you, however. If you break it down into input from a data file --> going into an array of structs, one struct of the array, for each item in the store --> then that array could be searched for by the customer, using your program, and they could see the description of the product, the size, the cost, etc.

    It's a big assignment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Re: need help with the programme
    By prakashb in forum C++ Programming
    Replies: 4
    Last Post: 03-16-2011, 08:04 AM
  2. about this programme
    By kasun007 in forum C Programming
    Replies: 1
    Last Post: 03-07-2011, 08:52 PM
  3. programme
    By muraja in forum C++ Programming
    Replies: 1
    Last Post: 04-14-2010, 12:44 PM
  4. help me with this programme
    By ChrisWang in forum C++ Programming
    Replies: 1
    Last Post: 07-01-2008, 02:21 AM
  5. please fix this programme
    By carsonng2000 in forum C++ Programming
    Replies: 10
    Last Post: 05-17-2005, 11:16 AM