# compile cpp_code.cpp
g++ cpp_code.cpp
# run compiled file
./a.out
// compile the cpp file
g++ main.cpp -o main
// run the executable
./main
c:hello>cl /EHsc hello.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25017 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
hello.cpp
Microsoft (R) Incremental Linker Version 14.10.25017.0
Copyright (C) Microsoft Corporation. All rights reserved.
/out:hello.exe
hello.obj