質問編集履歴

2

誤字訂正

2020/08/09 13:36

投稿

Hiro15254
Hiro15254

スコア8

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

2020/08/09 13:35

投稿

Hiro15254
Hiro15254

スコア8

test CHANGED
@@ -1 +1 @@
1
- 【c++】ofstreamのアクセスエラー
1
+ 【c++】ofstreamの読み取りアクセス違反
test CHANGED
File without changes