標題:
第一支程式
[打印本頁]
作者:
tonyh
時間:
2015-3-13 20:21
標題:
第一支程式
本帖最後由 tonyh 於 2015-3-13 20:39 編輯
在螢幕上顯示 "快樂C++" 字樣
#include<iostream> //引入標頭檔 <基本輸入輸出> in & out stream
#include<cstdlib> //引入標頭檔 <基本函式庫> c standard library
using namespace std; //使用命名空間 std
int main() //主函式
{
cout<<"快樂C++"<<endl;
system("pause"); //暫停
return 0; //回傳0到主控台告訴電腦,程式已成功執行
}
複製代碼
作者:
沈子耕
時間:
2015-3-13 20:27
#include<iostream>
#include<cstdlib>
using namespace std;
main()
{
cout<<"Hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林侑成
時間:
2015-3-13 20:35
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"即刻槍戰,我是槍神"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳思惟
時間:
2015-3-13 20:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"holly"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
曾挺桂
時間:
2015-3-14 15:14
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"快樂C++"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2