Tag: c/c++

  • VS Code Setup for C/C++ Project: Part 2 CMake

    VS Code Setup for C/C++ Project: Part 2 CMake

    Please check this post before reading this. Step 1. Install CMake Tools extension by Microsoft Install CMake Tools Check cmake version on terminal Step 2. Add CMAKELists.text Clean up project folders that generated by VS Code Setup for C/C++ Project: Part 1. Step 3. CMake: Configure Step 4. Let’s build program using CMake: Build Select…

    Read more

  • VS Code Setup for C/C++ Project: Part 1

    VS Code Setup for C/C++ Project: Part 1

    This is series of the VS Code related posts. I’ll skip the repeated VS Code install steps. If you want to know basic steps, please check this post. Step 1. Create working folder Step 2. Install C/C++ Extension by Microsoft There are a lot of C/C++ extensions. For the basic setup, You only need the…

    Read more