Program crash when empty main function return

后端 未结 0 472
你的背包
你的背包 2020-12-12 17:27

There is a qt project with an empty main function in linux system.

main.cpp:

int
main()
{
    return 0;
}

This qt project has other cp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题