回答編集履歴

1

誤記修正

2019/05/04 09:37

投稿

cateye
cateye

スコア6851

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
 
6
6
 
7
- if ((err = fopen_s(&fp,"point_table.dat.txt", "r")) == 0)
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)