📄️ Instalation and use of libraries in C++
C++ is a complied language. In MacOS the g++ source code compiler is part of the GNU (GNU's not Unix, which in the beginning was used along with the Linux kernel to build the Linux Operating System) compiller collection and it comes preinstalled. We can choose the language standard to compile against using the std parameter.