1. code-runner, minGW ์ค์น
2. launch.json → program:""${fileDirname}/${fileBasenameNoExtension}.exe"๋ก ์์
3. tasks.json "args" ๋ถ๋ถ ์๋์ฒ๋ผ ์์
"args" : [
"-g", // ๋๋ฒ๊น
์ ์ํ ๋ช
๋ น์ด๋ผ์ ์ ํ ์ฌํญ
"${file}",
"-o",
"${fileDirname}\\bin\\${fileBasenameNoExtension}.exe"
]
4. setting.json → code-runner.executorMap์์ cpp <in.txt> ๋ฆฌ๋ค์ด๋ ์ ์ง์ฐ๊ธฐ
'๐จโ๐ซ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[TensorFlow] No module named 'tensorflow.examples.tutorials' (0) | 2021.05.20 |
---|---|
[TensorFlow] tf 2.x์์ tf 1.x ์ฝ๋ ์คํํ๊ธฐ (0) | 2021.02.05 |
[Python] anaconda, tensorflow ์ค์น (0) | 2020.12.29 |
[PyCharm] process finished with exit code 9009 (0) | 2020.11.19 |
[Ubuntu] fanout not supported by kernel: Kernel too old or cluster-id XX already in use (0) | 2020.11.09 |