Posts by franciscodara • 21 points
1 post
-
2
votes7
answers65838
viewsA: How to run a C program in Visual Studio Code
You don’t need all these settings. Just install Microsoft C module. CTRL+SHIFT+´ to open the terminal. It already opens in the file folder. The commands to execute are: $ g++ testeC.cpp -o testeC $…