M
Markus L.
Hi, I'm new in C++ and I have a question about compilation on Linux:
In Linux (I use Fedora) there is the GCC. With the gcc-c++ package the
gcc supports C++.
When I want to compile a source file do I have to type
"gcc ./programm.cpp" or
"c++ ./program.cpp" or
"g++ ./program.cpp" ?
In Linux (I use Fedora) there is the GCC. With the gcc-c++ package the
gcc supports C++.
When I want to compile a source file do I have to type
"gcc ./programm.cpp" or
"c++ ./program.cpp" or
"g++ ./program.cpp" ?