回答編集履歴
4
空白位置の微修正
answer
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
|
108
108
|
```
|
109
109
|
> Executing task: C:\MinGW\bin\gcc.exe -g -O0 hello.c hello.exe
|
110
|
-
|
110
|
+
↑ココ
|
111
111
|
```
|
112
112
|
|
113
113
|
あと`-o`と`${fileBasenameNoExtension}.exe`はくっつけて`-o${fileBasenameNoExtension}.exe`
|
3
書式の修正
answer
CHANGED
@@ -105,8 +105,10 @@
|
|
105
105
|

|
106
106
|

|
107
107
|
|
108
|
+
```
|
108
109
|
> Executing task: C:\MinGW\bin\gcc.exe -g -O0 hello.c hello.exe
|
109
110
|
↑ココ
|
111
|
+
```
|
110
112
|
|
111
113
|
あと`-o`と`${fileBasenameNoExtension}.exe`はくっつけて`-o${fileBasenameNoExtension}.exe`
|
112
114
|
`-o`が抜けて`-o${fileBasenameNoExtension}.exe`だけになってますね。
|
2
スクショなど追加
answer
CHANGED
@@ -94,4 +94,19 @@
|
|
94
94
|
}
|
95
95
|
]
|
96
96
|
}
|
97
|
-
```
|
97
|
+
```
|
98
|
+
|
99
|
+
---
|
100
|
+
|
101
|
+
追記
|
102
|
+
|
103
|
+
フォルダ構成はこうですね
|
104
|
+
|
105
|
+

|
106
|
+

|
107
|
+
|
108
|
+
> Executing task: C:\MinGW\bin\gcc.exe -g -O0 hello.c hello.exe
|
109
|
+
↑ココ
|
110
|
+
|
111
|
+
あと`-o`と`${fileBasenameNoExtension}.exe`はくっつけて`-o${fileBasenameNoExtension}.exe`
|
112
|
+
`-o`が抜けて`-o${fileBasenameNoExtension}.exe`だけになってますね。
|
1
c_cpp_properties.jsonについて捕捉
answer
CHANGED
@@ -27,6 +27,9 @@
|
|
27
27
|
}
|
28
28
|
```
|
29
29
|
|
30
|
+
ヘッダーファイルの場所を特定し、
|
31
|
+
定義を移動や定義をここに表示等の機能に必要な設定です。
|
32
|
+
|
30
33
|
```json
|
31
34
|
// c_cpp_properties.json
|
32
35
|
{
|