vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

[Feature request]

Open Elhadria opened this issue 1 year ago • 1 comments

what's this mean in C "[Running] cd "c:\Users\f\Documents" && gcc hhh.c -o hhh && "c:\Users\f\Documents"hhh 'gcc' n'est pas reconnu en tant que commande interne ou externe, un programme ex�cutable ou un fichier de commandes." [Done] exited with code=1 in 0.122 seconds"

Expected behavior how can i solve it

Elhadria avatar Oct 20 '24 12:10 Elhadria

gcc is a popular compiler for c/c++. you need to install it if you want to use it

ericchase avatar Oct 17 '25 11:10 ericchase