码迷,mamicode.com
首页 > 编程语言 > 详细

C++之hello world

时间:2014-10-29 16:48:27      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:io   os   sp   bs   c++   ios   nbsp   return   c   

#include "stdafx.h"
#include <iostream>
using namespace std;


int main()
{
cout << "hello world" <<endl;
cin.get();      
return 0;
}

 

 

ctrl+f5

C++之hello world

标签:io   os   sp   bs   c++   ios   nbsp   return   c   

原文地址:http://www.cnblogs.com/alazalazalaz/p/4059775.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!