stdio.h 在 cmd 中找不到文件

stdio.h file not found in cmd

我在我的 windows 7 中安装了 Turbo C++ 所以当我安装在 c 目录中时,我也像这样设置环境变量

c:\turboc4\tc\bin

而且我在 turbo blue windows 中设置命令,就像那样选项-目录-并设置

 c:\turboc4\tc\include
c:\turboc4\tc\lib

现在当我打开 cmd 并输入 tcc C:\TurboC4\TC\BIN\hello.c 然后我输入 hello.c 发生错误

"Unable to open include file 'stdio.h'

图像文件 image

图像 2 蓝屏 BLUE SCREEN IMAGE

任何帮助

尝试

如果您有这样的问题,首先将您的 TC 文件夹放入 C:.. 驱动器。安装完成后打开turbo c蓝屏。有一个 OPTIONS > Directories ..in 你可以看到设置路径的选项..

include directories..you can set path there now.. C:\TC\INCUDE
libraries Directories..you can set path there...C:\TC\LIB
if you want to store your output in BIN then you can set..C:\TC\BIN..otherwise you can set another path where you want to store your output..

最后你可以给出 OK 和完成的过程.. 它现在可以正常工作了