+ 1
How to download graphics.h file in c++ for android
How to download graphics.h file in c++ for android
5 Answers
+ 4
It's better not to.
<graphic.h> used to ship with ancient Borland based compilers and was meant to work with DOS ( around 30 years ago ), and needless to say would prove to be obsolete when working with any morden application today.
It's better to use something comparatively new to work with graphics in C++.
There are a lot of available options for you to choose from including SDL, OpenGL or even ncurses (if you are using gcc).
+ 1
Thanks @all
0
Thanks!
0
Don't even try. First to get your head in graphics I'd suggest to look for SFML(OpenGL might be a big problem for beginners..)
0
C++ graphics import