close

//---------------------------------------------------------------------------
/**************************************************
 課本範例3-1  "Hello World"                                                    *
**************************************************/

#include <iostream>

//---------------------------------------------------------------------------

int main(int argc, char* argv[])
{
        std::cout << "Hello World\n";
        std::system("pause");
        return 0;
}

//-----------------------------------------------------


資料來源:C++風格與藝術 第二版 Steve Oualline 著 黃吉霈 編譯


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 jumbowind 的頭像
    jumbowind

    Quality of life is not what you get but what you become

    jumbowind 發表在 痞客邦 留言(0) 人氣()