954,505 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Console Application

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....

sorry i am not more specific,

Nicolas

n.aggel
Posting Whiz in Training
203 posts since Nov 2006
Reputation Points: 23
Solved Threads: 12
 

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
Team Colleague
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
Moderator
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
 

Sorry, for not answering earlier...i didn't have access to an internet conncetion....

I didn't know that what i wanted was called "full-screen textmode application"...

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...}

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.

The standard library doesn't provide anything, concerning the console?

n.aggel
Posting Whiz in Training
203 posts since Nov 2006
Reputation Points: 23
Solved Threads: 12
 

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
Moderator
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.

Eventually, I mean when I can code. I want to write tools for a 3d program called Maya. I dont know if your familiar with it or heard of it. I was wondering if Dev is going to cut it cause I also need to built interactive windows for it not just code. And also want to know if Dev would be compatible with it, or it does not matter what compiler I use?

nottoshabi
Light Poster
44 posts since Mar 2007
Reputation Points: 10
Solved Threads: 1
 

>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
Team Colleague
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
 

Ok.

nottoshabi
Light Poster
44 posts since Mar 2007
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You