-
In VC++6, there should be some way to manipulate simple graphics operations in the console. Like.. LineTo, Circle, PutPixel and VisualPages. I can manipulate all of this in Borland C++ 5 at school, but Win2000 at home doesn't seem to want me installing it (Gives me really weird errors and nothing works). Probably just another one of MS's plans to take over the C++ industry, but anyways..
I've looked around a lot and I can't seem to find out how to do these operations in VC++6 so if anyone could help it would be great.
-
You can't do it in VC as such, but with some asm trickery you can get it to work.
Borland comes with graphics.h to make stuff like this easy - VC is designed for windows, so you don't get it :(
Look at http://www.scitechsoft.com and get MGL for a REALLY useful toolkit with FULL SOURCE :)