Setting Up Linux for C++ Development
To write C++ applications on Linux, you need a compiler and an editor (or an IDE). Installing a Compiler On Debian and Linux distributions based on Debian, start by running the following command: On openSUSE, run the following command as root: And on Fedora (versions 33 to 36), the following commands will do the job: … Read more