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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -