vscode-code-runner
vscode-code-runner copied to clipboard
[Feature request]
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
gcc is a popular compiler for c/c++. you need to install it if you want to use it