How to download graphics.h file in c++ for android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to download graphics.h file in c++ for android

How to download graphics.h file in c++ for android

16th Apr 2021, 12:44 PM
Shloak Sansare
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).
16th Apr 2021, 2:50 PM
Arsenic
Arsenic - avatar
+ 1
Thanks @all
17th Apr 2021, 9:46 AM
Shloak Sansare
0
Thanks!
16th Apr 2021, 2:56 PM
Shloak Sansare
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..)
16th Apr 2021, 7:04 PM
Maher Al Dayekh
Maher Al Dayekh - avatar
0
C++ graphics import
8th Nov 2023, 4:29 PM
10A Sri Vishnu.k
10A Sri Vishnu.k - avatar