目前共有2篇帖子。 内容转换:不转换▼
 
点击 回复
158 1
【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

回复帖子

内容:
用户名: 您目前是匿名发表
验证码:
(快捷键:Ctrl+Enter)
 

本帖信息

点击数:158 回复数:1
评论数: ?
作者:巨大八爪鱼
最后回复:巨大八爪鱼
最后回复时间:2015-4-4 11:36
 
©2010-2024 Arslanbar Ver2.0
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。