Answers for "launch:program does not exist"

0

launch:program does not exist

one time:  
        install a C/C++ complier, add to PATH environment variable  
        install C/C++ plugin for visual studio code  
        tell visual studio code where the compiler is and what is the short cut to build and run  
           these are files under ".vscode" (see below)
    every project:  
        crate a project  
        build project  
        run project
Posted by: Guest on May-05-2021

Code answers related to "launch:program does not exist"

Browse Popular Code Answers by Language