Compile one file by command - C++ | Zoonk
Compile one file by command
Build one source file from the terminal with a compiler command such as `g++ hello.cpp -o hello`, `clang++ hello.cpp -o hello`, or MSVC’s `cl hello.cpp`. Identify the input file, compiler name, and output executable in the command.
Upgrade to keep learning
This lesson requires an active subscription.
Back to chapter
Upgrade