我的第一个C程序,在显示器上打印出字

/**************************************************

我的第一个C++程序,在显示器上打印出字符串“Hello,C++!”

**************************************************/

#includeiostream

usingnamespacestd;

intmain()

{

coutHello,C++!endl;

system(pause);

return0;

}




转载请注明:http://www.aierlanlan.com/tzrz/5248.html

  • 上一篇文章:
  •   
  • 下一篇文章: 没有了