C++ Turbo, Any Graphics Available?

Jun 10, 2008 at 12:53am
Hello, I have the Borland C++ Turbo program and I'm wondering, can you use graphics and such with a graphics.h library?

I've done graphics before on a different computer and not mine. I pretty much wrote stuff down with all functions like:

void circle(a,b,c)
and
line(x,y,color)

or something like that. Anybody know if I can do that?
Jun 10, 2008 at 12:59am
If you are porting an existing program, you might want to take a read here: http://www.cplusplus.com/forum/general/2288/

If you are writing a new program, forget the graphics.h stuff. It is ancient and underpowered. Find something modern.

Hope this helps.
Last edited on Jun 10, 2008 at 12:59am
Jun 10, 2008 at 1:05am
Yeah, alright. Any suggestions for anything else to use for a graphics game or anything like that?
Jun 10, 2008 at 2:20am
(higher level)
SDL http://www.libsdl.org/

(lower level)
OpenGL http://nehe.gamedev.net/

Enjoy!
Jun 15, 2008 at 6:26am
[tt]hello,can any 1 give me a useful site about c++ graphics??
Jun 15, 2008 at 5:33pm
Other than the two I already posted?
Topic archived. No new replies allowed.