回答編集履歴

1

微修正

2018/06/05 02:03

投稿

Chironian
Chironian

スコア23272

test CHANGED
@@ -14,6 +14,8 @@
14
14
 
15
15
 
16
16
 
17
+ 以下の方法でLfnameに"1.wav"のような文字列が設定されます。
18
+
17
19
  ```C++
18
20
 
19
21
  #include <sstream>
@@ -27,8 +29,6 @@
27
29
  std::string Lfname = ss.str();
28
30
 
29
31
  ```
30
-
31
- にてLfnameに"1.wav"のような文字列が設定されます。
32
32
 
33
33
 
34
34