+ 1
After compilation,this error is generating .. How to overcome this code from fatal error.
fatal error: iostream: No such file and directory #include <iostream> compilation terminated... https://code.sololearn.com/chPeUOOIM5Zt/?ref=app
4 ответов
+ 3
Try using just iostream without .h
and you cant use graphic.h sololearn doesn't know this library
+ 2
You can simply try if a library causes an error. Also only console applications can be run in the playground. In your case the program seem to change the text color (with graphics.h i guess) which is not supported anyway.
+ 2
Aaron Eberhardt
thank you soo much for wonderful co opertion ..👍
+ 1
how would i know which library functions allowed by sololearn m new user soo help me.. how can i overcome through this error?
if m not using graphics.h then all functions are showing error or not.