I'm wondering if there is a way (e.g. a software like bloodshed dev c++ in Windows) to compile a file.c and to create the executable file by using a single click.
I know only the classic way: writing code in gedit and save it as file.c, writing the code "gcc file.c -o file" in the terminal, and finally writing " \ .file" in the terminal.
Thank you in advance.