设置 | 登录 | 注册

目前共有2篇帖子。

【VS2013】C++控制台程序-Hello World

1楼 巨大八爪鱼 2015-4-4 11:35
// ConsoleApplication2.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include <iostream>

using namespace std;

int _tmain(int argc, _TCHAR* argv[])
{
    cout << "Hello World!" << endl;
    system("pause");
    return 0;
}

2楼 巨大八爪鱼 2015-4-4 11:36

内容转换:

回复帖子
内容:
用户名: 您目前是匿名发表。
验证码:
看不清?换一张