Thread: Need a logic to implement menu

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2011
    Location
    Chennai, Tamil Nadu, India
    Posts
    1

    Question Need a logic to implement menu

    I need a logic to implement a menu that shows up list of items,user inputs the required items,the program has to calculate the cost of them and display out

  2. #2
    Registered User TheBigH's Avatar
    Join Date
    May 2010
    Location
    Melbourne, Australia
    Posts
    426
    What have you tried? Show us some code, and we will help you debug it.
    Code:
    while(!asleep) {
       sheep++;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. what is best way to implement menu?
    By h_c in forum C Programming
    Replies: 1
    Last Post: 04-15-2010, 04:51 PM
  2. how to implement in C++
    By nageshrk1 in forum C++ Programming
    Replies: 7
    Last Post: 02-20-2010, 01:16 PM
  3. Replies: 9
    Last Post: 11-12-2007, 03:29 PM
  4. What should I Implement next?
    By cboard_member in forum C++ Programming
    Replies: 4
    Last Post: 03-14-2006, 11:37 AM
  5. How to modify a menu into a menu Folder(contains submenus) ??
    By L.O.K. in forum Windows Programming
    Replies: 3
    Last Post: 01-09-2003, 02:26 PM