+ 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 !
8 Respuestas
+ 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.
+ 9
Noo u can't use graphic .h in sololearn ..
+ 8
I don't think you can include header files in code playground.
+ 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.
+ 2
download a c++ compiler on you computer and use it
+ 2
Download a c++ compiler and use it on your computer.
+ 2
Set up a c/c++ environment in your computer. Setting up in Linux is easy GCC + code editor
+ 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.