設置 | 登錄 | 註冊

目前共有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

內容轉換:

回覆帖子
內容:
用戶名: 您目前是匿名發表。
驗證碼:
看不清?換一張
©2010-2025 Purasbar Ver3.0 [手機版] [桌面版]
除非另有聲明,本站採用知識共享署名-相同方式共享 3.0 Unported許可協議進行許可。