c - Linux GCC Compiler Output in Mint: What to do with the file? -
i wrote simple c program. saved "c" suffix. went terminal (in linux mint), typed in
gcc -o outputfile inputfile.c
in directory containing inputfile.c file called outputfile appeared, expected. want run program, clicking on file nothing.
what doing wrong?
the program running, you're not seeing output because terminal isn't open. open terminal , run ./outputfile
if program opened window, see clicking on file.
Comments
Post a Comment