+ 2
Why dont my cpp code works when i use < conio.h> or <graphics.h>?? Pls help. No such file or directory is seen in output section
Error occurs everytime...plz help
6 Réponses
+ 6
Please share your code so that it is easy to figure out your errors and community members can help you.
+ 4
conio.h and graphics.h header files are incompatible with modern compilers. You may search the net for details as to why 👍
+ 4
I guess in sololearn it does not support graphics. h
+ 2
Hmm..well i must try visual c++. Thanks for helping me guys!
+ 1
It´s kinda outdated.
You can search for "Linux c++ implementation of conio.h" if you are on Linux.
If you want it in modern Windows, you could try Visual C++, which includes all the tools needed to work with Windows´ windows and its features.
+ 1
What should i do then??