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?
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
Yeah, alright. Any suggestions for anything else to use for a graphics game or anything like that?
[tt]hello,can any 1 give me a useful site about c++ graphics??
Other than the two I already posted?