#include
using namespace std;
void main()
{
cout <<"I"<<"love";
cout<<"C++";
cout<<"program.";
return 0;
}
错误代码:
D:\hello\HI.CPP(8) : error C2562: 'main' : 'void' function returning a value
D:\hello\HI.CPP(3) : see declaration of 'main'
执行 cl.exe 时出错.。
本人刚开始学c语言想入门,请大神指点下,谢谢,感激不尽!