In this video I am introducing you to the most known C++ compilers on different platforms (Windows, Linux, Mac, Solaris).
I will show you how to install them, configure them and how to use them (from the command line) for building a basic executable.
I will also present to you some online compilers.
MSVC reference: https://learn.microsoft.com/en-us/cpp...
GCC reference: https://gcc.gnu.org/onlinedocs/gcc/In...
Clang reference: https://clang.llvm.org/docs/ClangComm...
Online compilers:
https://godbolt.org/
https://www.onlinegdb.com/
https://www.online-cpp.com/
Code file used in video:
https://gist.github.com/cozy-coder/7e...