+ 3
Why C++ doesnât have <graphics.h> library?
I wrote code using some graphics on my computer and it worked, but here it doesnât work cause doesnât exist <graphics.h> library.
8 Answers
+ 4
hey MN...
graphics.h is an old library which is no longer supported by any of the latest compilers.
guess you are using an old compiler on your system.
+ 3
MN...
There are other libraries available;
SDL: which is mostly for programming video games
and
OpenGL :which is for 3D graphics
Opencv : open source computer vision library
https://www.sololearn.com/Discuss/578649/?ref=app
[Edit]:
LazyFoos SDL and OpenGL tutorials.
http://lazyfoo.net/
credit to jay
+ 2
Thank you so much âșïžâșïž
+ 1
Sololearn doesn't support graphics or GUI other than the web languages
+ 1
I didnât know them. I didnât even hear about them. Thank you a lot âșïž
+ 1
I think you were using turboC
here is a thread which may help you to answer why not to use it
https://www.sololearn.com/Discuss/288609/?ref=app
+ 1
MN... welcome
0
Then Nikhil Dhama tell me how can i create program with graphics in c++ ?