[Solved] running a C++ program in Fedora Linux
[ad_1] It’ll generate a file “a.out” which you can execute as: ./a.out Alternatively you can specify the name for your executable using -o: g++ yourfile.cpp -o myexe 3 [ad_2] solved running a C++ program in Fedora Linux