In sololearn at code playground graphics.h header file won't work, is there any option to make this work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 20

In sololearn at code playground graphics.h header file won't work, is there any option to make this work?

It's showing fatal error !

7th Jun 2019, 7:39 AM
Prince Raj
Prince Raj - avatar
8 Answers
+ 13
Mmm one option would be to build a time machine, travel back to the early 1990s and find any IBM compatible personal computer with a Borland compiler on it. The best option would be to forget about graphics.h and look into a modern graphics library, something like SDL, sfml, QT, GTK (and using a full fledged compiler on your own computer) The options are varied, it really depends on what your desired usage is.
7th Jun 2019, 7:55 AM
jay
jay - avatar
+ 9
Noo u can't use graphic .h in sololearn ..
7th Jun 2019, 3:28 PM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
+ 8
I don't think you can include header files in code playground.
8th Jun 2019, 9:12 AM
Sonic
Sonic - avatar
+ 3
Download the header files from here http://www.winbgim.codecutter.org/ and install it in your computer. Or you can do one thing you watch this https://youtu.be/fmQ-ld8KeZ8.
8th Jun 2019, 9:32 AM
YUGANDHAR SURYA
YUGANDHAR   SURYA - avatar
+ 2
download a c++ compiler on you computer and use it
7th Jun 2019, 7:49 AM
Cat Sauce
Cat Sauce - avatar
+ 2
Download a c++ compiler and use it on your computer.
7th Jun 2019, 11:04 PM
Ashis Singh
Ashis Singh - avatar
+ 2
Set up a c/c++ environment in your computer. Setting up in Linux is easy GCC + code editor
8th Jun 2019, 2:28 PM
Idris Shareef
Idris Shareef - avatar
+ 2
Reminds me of my first coding classes in Maldives. Indian teacher. C++ programming. And me having similar question when running exercises on my netbook. Nowadays? Using Matplotlib and Python3.
8th Jun 2019, 11:51 PM
Robert Boettcher
Robert Boettcher - avatar