#include "stdafx.h"#include <iostream>using namespace std;
int main(){ cout << "hello world" <<endl; cin.get(); return 0;}
ctrl+f5
C++之hello world
原文:http://www.cnblogs.com/alazalazalaz/p/4059775.html