Getting Started With C++ on Linux: Setting up GCC, CMake & VS Code
So, you want to program in C++ on Linux? Here’s how to set up your “dev. environment” quickly. It’s mostly easy, with one potential pitfall…GCC, CMake & VS CodeHere’s what we’re going to install: GCC – the C/C++ compiler that’s included with Linux CMake – the de-facto build system for C++ (you’ll find it almost […]