ย ย ย ย ย ย ย ย ย ย
ย ย ย ย ย ย ย ย ย ย
Current version patch of utility is 1.1.0 Download Latest Version
About C Code Runner ๐
-
C Code Runner is a command line utility help developer to compile and run complied C file in a Single command instead of writing compilation and the execution command individually.
-
C Code Runner use gcc compiler for compilation. So, it required that gcc is installed and it path is added to environment variable.
-
C Code Runner is written in Python Programming Language.
-
C Code Runner Is Open Source Project. To View Code Click Here.
-
C Code Runner is only Windows friendly.
For more details visit: C Code Runner Wiki
Benefits of Using C Code Runner ๐
- You have to write single statement for compilation and execution.
- Output file by default is a.exe but C Code Runner create output file as same as the name of input file.
- C Code Runner automatically count both compilation and execution time in secounds and output it after the execution of script.
Pre Requirements for C Code Runner ๐
- gcc compiler should be installed in your machine.
- gcc compiler path should be add to environment variables.