討論串[問題] 字串程式問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者legnaleurc (CA)時間16年前 (2009/05/09 23:55), 編輯資訊
0
0
1
內容預覽:
// Please use string stream. std::string token;. std::istringstream sin( s1 );. while( sin << token ) {. std::cout << token;. }. 因為 std::string 不需要 st
(還有54個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者jeffy84123 (因為貼心所以是好人)時間16年前 (2009/05/09 22:59), 編輯資訊
0
0
0
內容預覽:
#include <iostream>. #include <conio.h>. #include <fstream>. #include<stdio.h>. #include<stdlib.h>. #include<string.h>. using namespace std;. int main
(還有600個字)
首頁
上一頁
1
下一頁
尾頁