Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Follow these steps to set up a professional C++ development environment on your machine.
Install MinGW-w64 (via MSYS2) or Visual Studio (C++ Desktop Development).
Install Xcode Command Line Tools by running 'xcode-select --install' in terminal.
Install build-essential (sudo apt install build-essential).
Run this command in your terminal:
g++ --version