gpt4 book ai didi

c++ - 错误 LNK2019 和 LNK 1120

转载 作者:行者123 更新时间:2023-11-28 03:10:41 26 4
gpt4 key购买 nike

当我尝试编译我的程序 (http://pastebin.com/TABk4bya) 时,我总是遇到同样的错误。错误说-

1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup

1>c:\users\logan\documents\visual studio 2012\Projects\Assignment 09\Debug\Assignment 09.exe : fatal error LNK1120: 1 unresolved externals

我试过搜索,但似乎无法找出问题所在。

附言我已将它粘贴到 pastebin 中,这样您就可以轻松查看/指出错误所在的行。谢谢!

最佳答案

你有

int Main()

应该是

int main()

个案很重要! Mainmain 不同。

关于c++ - 错误 LNK2019 和 LNK 1120,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18565979/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com