Click to See Complete Forum and Search --> : Graphics in C++


Pitufo
February 25th, 2009, 06:50 PM
Is there a way to add graphics to a program in C++ to make it look more fancy and just the boring type DOS window?

carl666
February 26th, 2009, 09:20 AM
=> Subsystem : Windows

5BabyBulls
February 26th, 2009, 09:29 AM
=> Subsystem : Windows
Are you serious ? I need to confirm it, I'd like to see your code, true!

Igor Vartanov
February 27th, 2009, 03:46 AM
If I get you correctly, you are asking about bringing some graphics into plain console application, right? If yes, I wonder what is your idea about how such window would look like?

Pitufo
February 27th, 2009, 02:43 PM
Thanks guys...let me start learning

Lindley
February 28th, 2009, 07:03 AM
Obviously working with graphics means moving from a console application to a GUI-based one. You can either dive all the way into that using one of the GUI packages out there (either Windows-specific, or cross-platform), or you can go "just far enough" using one of the basic packages like GLUT which will allow you to play around with OpenGL a bit.