console,menu,foundation,class,allows,create,m
Quick Search for:  in language:    
console,menu,foundation,class,allows,create,m
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
C/ C++ Stats

 Code: 451,578 lines
 Jobs: 558 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for C/ C++.
Url Test
By Richard Creary on 8/27


Nice Console Calc
By Andrew Carter on 8/26


Visual Pi Hex 2
By jo122321323 on 8/26


Cascade Clone v1.0
By Paulo Jorente - aka JungleBoy on 8/26


Bubble Sort Algo
By d1rtyw0rm on 8/26


Copy File I/O
By Olivier Bastien on 8/25


Visual Pi Hex
By jo122321323 on 8/25


Click here to see a screenshot of this code!ShortCutSample
By Massimiliano Tomassetti on 8/25

(Screen Shot)

AnPMoneyManager beta
By Anthony Tristan on 8/24


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

_Console Menu Foundation Class

Print
Email
 
winzip icon
Submitted on: 11/1/2000 11:13:32 PM
By: Sammy Leong  
Level: Intermediate
User Rating: By 7 Users
Compatibility:Borland C++

Users have accessed this code 9659 times.
 
(About the author)
 
     This is a console menu foundation class. This allows you to create menus in seconds! Methods include: AddMenu(int ID, char *Name); AddItem(int ID, char *Name, void (*Function)()); Draw(); Run(); ...

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 1 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
8/23/2001 6:50:17 AM:Klaus
Is the a VC++ compatible version of 
this library ?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/23/2001 6:50:50 AM:Klaus
Is there a VC++ compatiple version of 
this library ?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/23/2001 6:07:00 PM:Sammy Leong
Well, no, cause VC++'s conio.h lacks 
many functions found in Borland's 
conio.h.  However, with VC++, you can 
use wincon.h instead.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/4/2001 9:47:32 PM:Dave
how do i use clrscr() with VC++ ?? it 
isn't in the conio.h file...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/4/2001 9:49:42 PM:Sammy Leong
clrsrc() is only available in conio.h 
of borland c++.  Not ms vc++
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/5/2001 11:42:23 AM:chris
To get a similar efect as 
clrscr()/conio in VC++, use system(
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/5/2001 11:44:16 AM:chris
use system("cls"); in stdlib.h or 
cstdlib
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/5/2001 6:29:11 PM:Dave
THANK YOU !!!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/18/2002 3:11:38 PM:Abdul
i got a lot of compile errors i 
couldn't get rid off.  Am i missing 
something?  Help me out...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/26/2002 11:54:51 AM:Abdul
hey man!
  It's been more than a week 
since I asked for your help and you 
haven't replied to it yet...
thanx..
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/26/2002 12:34:23 PM:Sammy Leong
First of all, what comiler are you 
using?  My application was compiled 
with Borland C++ 5.0 which is free for 
download at www.borland.com.  You can't 
compile this using Microsoft Visual C++ 
because the conio.h from VC++ doesn't 
have any console functions.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | C/ C++ Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.