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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

20th Jan 2020, 5:58 AM
Rakesh Pradhan
Rakesh Pradhan - avatar
6 Answers
+ 6
Please share your code so that it is easy to figure out your errors and community members can help you.
20th Jan 2020, 6:11 AM
D Shah 🎯⏳️
D Shah 🎯⏳️ - avatar
+ 4
conio.h and graphics.h header files are incompatible with modern compilers. You may search the net for details as to why 👍
20th Jan 2020, 6:14 AM
Ipang
+ 4
I guess in sololearn it does not support graphics. h
20th Jan 2020, 7:23 AM
Lady Kadashia = [T. I. K]
Lady Kadashia = [T. I. K] - avatar
+ 2
Hmm..well i must try visual c++. Thanks for helping me guys!
20th Jan 2020, 6:48 AM
Rakesh Pradhan
Rakesh Pradhan - avatar
+ 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.
20th Jan 2020, 6:45 AM
Fernando Pozzetti
Fernando Pozzetti - avatar
+ 1
What should i do then??
20th Jan 2020, 2:22 PM
Rakesh Pradhan
Rakesh Pradhan - avatar