#include
void main ( )
{
int x;
x=4;
printf("%d",x);
}
编译:
--------------------Configuration:111 - Win32 Debug--------------------
Compiling...
Skipping...(no relevant changes detected)
111.cpp
111.obj - 0 error(s),0 warning(s)
运行:
--------------------Configuration:111 - Win32 Debug--------------------
Linking...
LINK :fatal error LNK1104:cannot open file "kernel32.lib"
执行 link.exe 时出错.
111.exe - 1 error(s),0 warning(s)
人气:414 ℃ 时间:2020-01-27 09:44:51
解答
编的程序是没有问题的,但好像是你的软件软件除了毛病
fatal error LNK1104:cannot open file "kernel32.lib 致命错误LNK1104 kernel32.lib:不能打开文件”
要不你重下载安装一个软件试一试.重装了还是一样
推荐
- successful的比较级
- 设A为m×n实矩阵(m≠n).E是n×n单位矩阵,证明E+A∧TA是正定对称阵.
- there are a lot of/There is a lot of?
- father and son walked,because the farmer did not want the horse to be ___
- 英语翻译
- 一根塑料管,第一次用去它的3/8,第二次又用去4/5米,还剩下17.2米,这根塑料管原来长多少米?
- 小鸭的故事,不要丑小鸭的,短一点,童话故事,快点!
- 下列属于我国公务员制度的一个特色的是( ).
猜你喜欢