📜  启动:程序不存在 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:01.298000             🧑  作者: Mango

代码示例1
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