Compiler
Applies to: cpp, c, fortran, general
A compiler translates source code into machine code or object files and catches many syntax and type errors.
g++ -std=c++17 main.cpp
See also: linker, translation-unit
Applies to: cpp, c, fortran, general
A compiler translates source code into machine code or object files and catches many syntax and type errors.
g++ -std=c++17 main.cpp
See also: linker, translation-unit