質問編集履歴
2
変数名の間違え
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
//Make FileName.
|
|
57
57
|
CString fileName;
|
|
58
|
-
fileName.Format(_T("C:\\Users\\xxxxx\\Desktop\\Test_Image\\TestImage\\%d.bin"),
|
|
58
|
+
fileName.Format(_T("C:\\Users\\xxxxx\\Desktop\\Test_Image\\TestImage\\%d.bin"), num);
|
|
59
59
|
|
|
60
60
|
FILE *fp = _tfopen( fileName, _T("wb"));
|
|
61
61
|
if(fp != NULL)
|
1
分割数が間違ってました。 24 -> 20
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
0 199 200
|
|
16
16
|
------------------- ----------------
|
|
17
17
|
| | |
|
|
18
|
-
| 1 | | 2 ・・・・・・・・・・・
|
|
18
|
+
| 1 | | 2 ・・・・・・・・・・・20
|
|
19
19
|
| | |
|
|
20
20
|
-------------------- ----------------
|
|
21
21
|
200
|