回答編集履歴
1
誤記修正
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
↓
|
6
6
|
|
7
|
-
if ((err = fopen_s(&fp,"point_table.dat.txt", "r")) =
|
7
|
+
if ((err = fopen_s(&fp,"point_table.dat.txt", "r")) != 0)
|
8
8
|
|
9
9
|
参考:[fopen_sをfopenの代わりに使うときのやりかた](https://qiita.com/softnakikaiya/items/dec17bd471913e1038a1)
|