+ 7
Please help me to solve the problem of executing the graphics.h and tell me how was my code
4 ответов
+ 5
You can run graphic.h on dev c++ or maybe the other like visual studio, eclipse, Code::Blocks, etc...
+ 4
You must run the code elsewhere. SoloLearn Playground doesn't support graphics.h.
+ 4
SoloLearn uses a batched text stream interface...no graphics.
(( BGI in your code = Borland Graphics Interface ))
Borland Turbo C is not used here, instead:
https://code.sololearn.com/cu8tmoP4h80H/?ref=app
If you're having trouble at home, you may have to search Q&A for other people still using the product (try keywords Borland and Turbo) and note, you'll eventually find this thread:
https://www.sololearn.com/discuss/288609/?ref=app
+ 2
Means there is no hope for me to get the output of this code on sololearner