#include <stdio.h>
int main(void)
{
printf("Hello world!");
return 0;
}
昨天练习的时候都没问题,今天我再次联系就出错了
--------------------Configuration: 初学练习 - Win32 Debug--------------------
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/初学练习.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
初学练习.exe - 1 error(s), 0 warning(s)
int main(void)
{
printf("Hello world!");
return 0;
}
昨天练习的时候都没问题,今天我再次联系就出错了
--------------------Configuration: 初学练习 - Win32 Debug--------------------
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/初学练习.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
初学练习.exe - 1 error(s), 0 warning(s)