C++语言编译时显示,执行 cl.exe 时出错是什么问题,代码如下
//myirst.cpp--displaysamessage#include<iostream>//aPREPROCESSORdirectiveintmain()//fu...
// myirst.cpp--displays a message
#include <iostream> // a PREPROCESSOR directive
int main() // function header
{ // start of function body
using namespace std; // make definitions visible
sout << "Come up and C++ me some time."; // message
sout << endl; // start a new line
sout << "You won't regret it!" <<endl; // more output
return 0; // terminate main()
} // end of function body 展开
#include <iostream> // a PREPROCESSOR directive
int main() // function header
{ // start of function body
using namespace std; // make definitions visible
sout << "Come up and C++ me some time."; // message
sout << endl; // start a new line
sout << "You won't regret it!" <<endl; // more output
return 0; // terminate main()
} // end of function body 展开
展开全部
cout,不是sout。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询