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