CMD Begone!

Jan 27, 2012 at 5:58pm
Is there a way that I could make my program run off something else? I don't want the CMD to be my main source of running programs.
Plus it would be nice if I could show the user colored text.
Jan 27, 2012 at 6:00pm
That's because your running console apps. Are you on windows?
Jan 27, 2012 at 6:01pm
Yes I am.
Jan 27, 2012 at 6:02pm
There are window toolkits for whatever platform you're on. You'll need to be more specific about what you want before we can recommend anything, though.

Do you want to make games? Do you want to have forms with pushbuttons/checkboxes/etc? What's your goal?
Jan 27, 2012 at 6:03pm
Yes I do want to make games, but I'm wanting to make them text based RPG style.
All I really want is something that is like the CMD but allows colored text, images, etc,...
Jan 27, 2012 at 8:13pm
allegro is a good place to start for making games here's a link to a youtube series that shows you how to install and gives you some basics
http://www.youtube.com/watch?feature=iv&src_vid=LS-LuKM29e8&annotation_id=annotation_902084&v=2SbZlgtzv0A

also i was wondering about making forms what would be good to start with?
Jan 27, 2012 at 8:17pm
I made a console application on changing colours. The .exe and source code is within the .zip file for download:

.Console Colour Selector.
http://sites.google.com/site/davevisone/home/cplusplus-programming-download
Jan 27, 2012 at 8:23pm
Jan 27, 2012 at 8:29pm
Thanks for the link, Catfish. Look pretty good!
Jan 27, 2012 at 10:08pm
@ Lynx876: I use it myself, with the Consolas font and dark green background.
Jan 27, 2012 at 10:20pm
Do you know of a way to get Visual Studio to run this console, instead on the default console?

Sorry for the thread hijack! I would have PM'ed Catfish, but he/she doesn't accept PM''s.
Jan 27, 2012 at 10:31pm
Visual Studio 2010 Express:
Tools -> External Tools... -> Visual Studio Command Prompt
Jan 27, 2012 at 11:09pm
Dosn't seem to work :/

I made a new thread, instead of jacking this one!
http://www.cplusplus.com/forum/beginner/60314/
Jan 28, 2012 at 12:27am
LOL thanks for the help though!
Topic archived. No new replies allowed.