visual studio 2012 写好C++程序源代码,编译成功,运行成功后看不到命令提示符里面的结果。
myfirst.cpp--displaysamessage#include<iostream>//aPREPROCESSORdirectiveintmain()//fun...
myfirst.cpp--displays a message
#include <iostream> // a PREPROCESSOR directive
int main() // function header
{ // start of function body
using namespace std; // make definitions visible
cout << "Come up and C++ me some time."; // message
cout << endl; // start a new line
cout << "You won't regret it!" << endl; // more output
cout << "Press any key to continue." <<endl;
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
cout << "Come up and C++ me some time."; // message
cout << endl; // start a new line
cout << "You won't regret it!" << endl; // more output
cout << "Press any key to continue." <<endl;
return 0; // terminate main()
} // end of function body
这是我从按书上打下来的。应该没错吧。我怀疑是我新建项目的时候出错了。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询