Skip to content

MarkAndersonIX/base-wsl-c-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base-wsl-c-cpp

Some boilerplate for working with C/C++ projects in Windows using WSL.

  1. Install WSL
  2. apt install build-essentials gdb
  3. Install C/C++ extension in VSCode
  4. Create tasks.json Ctl+Shift+P -> Configure Tasks
  5. Create launch.json Ctl+Shift+P -> Debug: Add Configuration

Build: Ctl+Shift+B Debug: select "(gdb) Launch" or F5

Current Branches:

  1. cpp-gpp: C++ using G++ build.
  2. cpp-make: C++ using GNU Make.
  3. cpp-ninja: C++ using CMake + Ninja build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published