C/C++

C/C++ development on Windows in VS Code and WSL2 #1: terminal apps

There is a lot of toolchains for C/C++. Although there are IDEs, some developers prefer using text editors and manual compilation. On Windows you can use VS Code and so called Windows Subsystem for Linux to compile like on native Linux system.

Andrew Golasowski