Environment Setup
You can compile and run your c++ app through different ways. Having c++ compiler such as gcc is something you cannot avoid, however choosing a build tool such as make, cmake or … is based on your personal or your team decision. As a java developer who has always used a package manager like maven and gradle, I am very used to package managers; And I found conan package manager very convenient for c++.
- Build and run your first application with g++
- Build and run your first application with make
- Build and run your first application with cmake
- Build and run your first application with conan
- Build and run your first application inside a docker image with conan