我有一个作业,正在为它编写一个程序。我在我的程序中使用 clear() 和 getch() 函数。当我编译程序时,出现以下错误:
Fatal error: conio:no such file or directory
我在文件的开头插入了以下行:
#include <conio>
请帮我解决这个问题。
c++ compiler-errors fatal-error
c++ ×1
compiler-errors ×1
fatal-error ×1