当前位置: 技术问答>linux和unix
g++ 编译出现:undefined reference to 'main'错误,请教如何解决?
来源: 互联网 发布时间:2015-12-27
本文导语: 初学Linux,用g++编译一个小程序,出现undefined reference to 'main'的错误,上网查了一下很多都说是库连接问题,后来我把所有东西都注释掉,改成 #include using namespace std; int main() { cout
初学Linux,用g++编译一个小程序,出现undefined reference to 'main'的错误,上网查了一下很多都说是库连接问题,后来我把所有东西都注释掉,改成
#include
using namespace std;
int main()
{
cout
#include
using namespace std;
int main()
{
cout