Skip to content

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.

License

Notifications You must be signed in to change notification settings

DeveloperSwastik/C-Code-Runner-Command-Line-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo Image


Home ย ย ย ย ย ย ย ย ย ย  downloads ย ย ย ย ย ย ย ย ย ย  Documentations


C Code Runner {Command Line Utility}

Current version patch of utility is 1.1.0 Download Latest Version

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.

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.

Footer Image.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages