Skip to content
DeveloperSwastik edited this page Dec 22, 2022 · 8 revisions

Logo Image


Home            downloads            Documentations


Table of Contents

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.

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.
Clone this wiki locally