I am having an assignment and am writing a program for it. I am using clear() and getch() functions inside my program. When I compile the program I get the following error:
Fatal error: conio:no such file or directory
I have inserted the following line at the beginning of my file:
#include <conio>
Please help me solve this problem.