c語言文件地址,免費下的
http://download.csdn.net/download/u012345238/8418247
錯誤:
--------------------Configuration: Cpp1 - Win32 Debug--------------------
Compiling...
Cpp1.cpp
c:\users\wrf\desktop\2\cpp1.cpp(3) : fatal error C1083: Cannot open include file: 'head.h': No such file or directory
執行 cl.exe 時出錯.
Cpp1.obj - 1 error(s), 0 warning(s)
head.h這個文件在哪裡?如果沒有,那就編譯不了。
如果有,那麼你可以使用相對於cpp的路徑找到它,比如
#include "..\include\head.h"