|
-
February 25th, 2009, 06:50 PM
#1
Graphics in C++
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?
-
February 26th, 2009, 09:20 AM
#2
-
February 26th, 2009, 09:29 AM
#3
Re: Graphics in C++
 Originally Posted by carl666
=> Subsystem : Windows
Are you serious ? I need to confirm it, I'd like to see your code, true!
-
February 27th, 2009, 03:46 AM
#4
Re: Graphics in C++
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?
Best regards,
Igor
-
February 27th, 2009, 02:43 PM
#5
Re: Graphics in C++
Thanks guys...let me start learning
-
February 28th, 2009, 07:03 AM
#6
Re: Graphics in C++
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|