Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 turbo C++ 编译器,但是在编译任何程序时,我收到一个错误
无法打开包含文件 STDIO.H
同样也得到了conio。现在,我应该怎么做才能消除这个错误?
conio
尝试:
#include <stdio.h>
希望这可以帮助
您的包含路径未正确设置。您必须查看设置并将包含路径指向那里。