GCC (Compiler)
GCC is a compiler system produced by the GNU Project under General Public License, supports various programming languages (C, C++, Object C, FORTRAN, etc.)
GCC is a program language compiler developed by GNU.
Not as good as of an infrastructure as LLVM. It is really just a C compiler.
Linux defaults to using gcc.
gcc
vs.g++
?
GCC is a compiler system which supports various programming languages
G++ is a GNU C++ compiler invocation command
https://stackoverflow.com/questions/172587/what-is-the-difference-between-g-and-gcc
Flags to use:
-std=c++17
-03
for optimization