CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Location
    Jodhpur -> Rajasthan -> INDIA
    Posts
    453

    Console application--> Menu implementation + clear screen

    Hello dear

    I am developing an console application, just simulation.

    Well i need to show some menu option in from of user. with values as 1,2,3,4

    4 stands for quit.

    Well i just want to know that what is the best method to implement the menu option coding.

    I also want the screen to be clear when user completes any of its selection apart from 4.

    on 4 program should be closed

    How this should be implemented?

    Sandeep
    Leave Your Mark Wherever You Go
    http://www.danasoft.com/sig/d0153030Sig.jpg

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: Console application--> Menu implementation + clear screen

    Well...simply search the forums....each question has been asked at least once...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured