質問編集履歴
2
題名の修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
C++での
|
1
|
+
visualstudio C++でのfopen()の失敗の理由がわかりません
|
body
CHANGED
File without changes
|
1
デバッグが写真の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,5 +10,7 @@
|
|
10
10
|
fscanf_s(file, "%d", &i);
|
11
11
|
fclose(file);
|
12
12
|
printf("%d\n", i);
|
13
|
-
|
13
|
+
return(0);
|
14
|
-
}
|
14
|
+
}
|
15
|
+
|
16
|
+

|