開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
各位先進們好,小弟有一筆資料如下,需要跳過!後的字串與數字,只取最下面數值的部分
並儲存成陣列,請問該怎麼做?謝謝
餵入的資料(Input):
!File:abc
!I:123
!V:456
!R:0.123
0.123 0.456 0.789 0.124 0.125
0.321 0.123 0.213 0.312 0.456
0.123 0.454 0.577 0.231 0.213
預期的正確結果(Expected Output):
0.123 0.456 0.789 0.124 0.125
0.321 0.123 0.213 0.312 0.456
0.123 0.454 0.577 0.231 0.213
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
補充說明(Supplement):