Answers for "gcc run file"

C++
2

compile with gcc

#Copy and paste this line in your terminal to compile your file with gcc
gcc -Wall filename.c -o filename
#To execute the file
./filename
Posted by: Guest on November-14-2020
0

gcc run c++

gcc test.cpp -lstdc++
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language