標題:
陣列(五)
[打印本頁]
作者:
周政輝
時間:
2017-7-8 10:24
標題:
陣列(五)
輸入一段話 並將該字串存入字元陣列當中
運用for迴圈讀出來
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
// 陣列
string str ="Hello";
char chr[] = "Hello World";
for(int i=0;i<11;i++)
{
cout << chr[i] << endl;
}
system("pause");
return 0;
}
複製代碼
作者:
高睿辰
時間:
2017-7-8 10:25
此帖僅作者可見
作者:
莊旻叡
時間:
2017-7-8 10:27
此帖僅作者可見
作者:
高品溫
時間:
2017-7-14 19:30
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2