標題:
第一支程式
[打印本頁]
作者:
tonyh
時間:
2012-3-6 13:33
標題:
第一支程式
#include<iostream> //呼叫我要使用的工具
using namespace std; //將工具放在工具箱
int main() //主程式
{
cout <<"大家好! 這是小米寫的第一支C++程式!"<< endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭睿恒
時間:
2012-3-7 14:08
#include<iostream>
using namespace std;
int main()
{
cout<<"what's your name?"<<endl<<"my name is Ray."<<endl
<<endl<<endl<<endl<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡岳凌
時間:
2012-3-7 14:08
#include<iostream>
using namespace std;
int main()
{
cout<<"大家好我有10元!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇冠鈞
時間:
2012-3-14 13:12
#include<iostream>
using namespace std;
int main()
{
system("pause");
return0;
}
複製代碼
作者:
黃睿帆
時間:
2012-3-14 13:15
#include<iostream>
using namespace std;
int main()
{
cout <<"大家好!著是小米的第一支程式!"<< endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2