I want to draw some lines using graph.
I tried the example which is in the help, but that didn't work. It didn't understand close_graph etc.
Anyone got any other examples.
-======-
Abel
Printable View
I want to draw some lines using graph.
I tried the example which is in the help, but that didn't work. It didn't understand close_graph etc.
Anyone got any other examples.
-======-
Abel
"graph"?
What compiler are you using? If you're trying to use the functions from graphics.h, that's only for 16-bit Borland compilers.
Modern 32-bit compilers won't support them - for graphics you need to use either GDI (like in Windows), DirectX, or OpenGL.
Ok
Any idea of how to do that than. Any examples ??
-===-
-Abel-
-===-
Here's some links:
www.gamedev.net
www.opengl.org
www.flipcode.com
What compiler / OS are you using?