console applications by definition have none of that, as they're line in/out only.
You seem to be thinking of a full-screen textmode application.
Those are highly dependent on your environment.
Each operating system and compiler will have its own libraries to create them.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
hi,
Hi.i want to develop a console interface for a program that i made{a university project}......
so i was wondering if anyone {with expertise in this matter} can supply me with links or examples.....
For example , i am searching for ascii art...and also for ways to create menus with back and forth options, clear screen, use colors.....etc made it look more professional than a simple menu....There are some old compilers that can do some of this, but the techniques won't work with new compilers. What are your options for compilers?sorry i am not more specific,Don't be sorry. Be more specific ;)
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
For all it matters i have access to GCC and Visual Studio 2005....
I don't want something extremely advanced....Some basic menu functionality {with options, back and forth for navigation, and exit option...}
The standard library doesn't provide anything, concerning the console?
Not in the compilers you mentioned, just basic input and output. You'll have to get into the Windows API's ( http://MSDN.com ) or a text graphics package of some sort.
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
>Ok since were are talking about API's I have a question.
Just because the topics are similar doesn't mean you can just hijack someone else's thread. If you have a specific question that's different from the original question made by the original poster, create a new thread. Thanks.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339