標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2016-8-20 11:31
標題:
我的第一支程式
本帖最後由 tonyh 於 2019-4-12 22:49 編輯
在螢幕上顯示 hello 字樣.
#include<iostream> //引入 <基本輸入輸出> 標頭檔 input & output stream
#include<cstdlib> //引入 <標準函式庫> 標頭檔 c standard library
using namespace std; //指定命名空間為 std
int main() //主函式
{
cout<<"hello"<<endl; //cout輸出 endl換行
system("pause"); //讓畫面暫停
return 0; //回傳0到主控台,告知該程式已成功執行
}
複製代碼
作者:
曾彥翔
時間:
2016-8-20 15:08
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout <<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
許紘誌
時間:
2016-8-20 15:09
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
朱聿謙
時間:
2016-8-20 15:20
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳晉榕
時間:
2016-8-20 15:22
#indade<iostream> //引入<基本輸出>in an dout
#indade<cstdlib> //引入<標準函示庫>c standard library
using namespace std; //指定命名空間std
int main() //主函式
{
cout<<"hello"<<endl; //cout輸出 endl換行
system("pause"); //讓畫面暫停
return 0; //回傳0到主控制談,告知該程式已成空執行
}
複製代碼
作者:
蔡幸融
時間:
2016-8-20 15:25
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"老師好帥!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡幸融
時間:
2016-8-20 15:25
回復
3#
許紘誌
作者:
曾宇寬
時間:
2016-8-20 15:32
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hallo"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪榜蔓
時間:
2016-8-20 15:33
#include<iostream> //input & output
#include<cstdlib> //standard liburary
using namespace std;
int main() //主函式
{
cout<<"嗨嗨"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宥鈞
時間:
2016-8-25 17:10
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
譚暐霖
時間:
2016-8-25 17:13
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2