Hi!
I would like to start working on some sort of simple game in VC++, but every graphics tutorial I found on the net talks about #include "graphics.h", which only works with Borland. What is the equivelant in VC++, and how do I use it? Do I have to use MFC to draw on an object, or can I just draw a line from a console app? I'd like to be able to draw in the DOS window if possible, since I have a long way to go before MFC. Just simple stuff like lines, circles, and different colors. Also, is there an easy way to adjust the size of the DOS window when the program launches?
Thanks alot!
-Mike
Any man willing to sacrifice liberty for security deserves neither liberty nor security.
-Ben Franklin
I would like to start working on some sort of simple game in VC++, but every graphics tutorial I found on the net talks about #include "graphics.h", which only works with Borland. What is the equivelant in VC++, and how do I use it? Do I have to use MFC to draw on an object, or can I just draw a line from a console app? I'd like to be able to draw in the DOS window if possible, since I have a long way to go before MFC. Just simple stuff like lines, circles, and different colors. Also, is there an easy way to adjust the size of the DOS window when the program launches?
Thanks alot!
-Mike
Any man willing to sacrifice liberty for security deserves neither liberty nor security.
-Ben Franklin