質問編集履歴
2
誤字訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,6 +13,8 @@
|
|
13
13
|
#include <fstream>
|
14
14
|
|
15
15
|
#include <iostream>
|
16
|
+
|
17
|
+
using namespace std;
|
16
18
|
|
17
19
|
ofstream _ofs("dat/data/bynary.dat", ios::binary | ios::trunc);
|
18
20
|
|
1
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
【c++】ofstreamのアクセス
|
1
|
+
【c++】ofstreamの読み取りアクセス違反
|
test
CHANGED
File without changes
|