Board logo

標題: 第一支程式 [打印本頁]

作者: tonyh    時間: 2014-8-16 10:06     標題: 第一支程式

本帖最後由 tonyh 於 2014-8-16 10:50 編輯

在執行窗格中顯示 "快樂C++" 字樣
  1. #include<iostream>      //input & output
  2. #include<cstdlib>       //standard liburary
  3. using namespace std;
  4. int main()      //主函式
  5. {
  6.     cout<<"快樂C++ "<<endl;
  7.     system("pause");
  8.     return 0;    //回傳0 告訴電腦本程式已成功結束
  9. }
複製代碼

作者: 梁和雋    時間: 2014-8-16 10:56

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {                        
  6.    cout<<"                             0000000000000      "<<endl;
  7.    cout<<"           vagfgghd          0快樂C++    0      "<<endl;
  8.    cout<<"      asdfa        asdfa     0000000000000      "<<endl;
  9.    cout<<"           vagfgghd         1      1            "<<endl;
  10.    cout<<"          1vagfgghd1       1       1            "<<endl;
  11.    cout<<"         1 vagfgghd 1     1        1            "<<endl;
  12.    cout<<"        1  vagfgghd  1   1         1            "<<endl;
  13.    cout<<"       1   vagfgghd   1 1          1            "<<endl;
  14.    cout<<"      1    vagfgghd    1           1            "<<endl;
  15.    cout<<"      1    vagfgghd                1            "<<endl;
  16.    cout<<"      1     1    1                              "<<endl;
  17.    cout<<"      1     1    1                              "<<endl;
  18.    cout<<"      1     1    1                              "<<endl;
  19.    cout<<"      1     1    1                              "<<endl;
  20.    cout<<"            1    1                              "<<endl;   
  21.     system("pause");
  22.        return 0;
  23. }
複製代碼

作者: 李大全    時間: 2014-8-16 10:58

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    cout<<"快樂c++"<<endl;
  7.     system("pause");
  8.        return 0;
  9.        }
複製代碼

作者: 洪振庭    時間: 2014-8-16 11:33

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    cout<<"快樂c++"<<endl;
  7.    system("pause");
  8.    return 0;
  9. }
複製代碼

作者: 李知易    時間: 2014-8-16 11:45

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"快樂c++"<<endl;
  7.     system ("pause");
  8.     return 0;
  9. }
複製代碼

作者: 謝瀞儀    時間: 2014-8-21 11:27

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"快樂c++"<<endl;
  7.     system("pause")
  8.     return 0;
  9. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2