antogit-sys / runcc

simple python tool to view the output of a C/C++ source file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUNCC

1. Introdution

Runcc.py is a tool created to execute C and C++ source files quickly and easily directly from the command line. With a user-friendly syntax and an automated compilation and execution process, runcc.py allows you to easily view the output of your code without having to deal with complex manual compilation steps. It's a versatile and convenient tool to streamline your development workflow and achieve fast and accurate results.

2. Install

2.1 Install Windows
cp runcc.py %WINDIR%\system32
2.2 install Linux

    work in progress..

3. Use

runcc --help

About

simple python tool to view the output of a C/C++ source file

License:GNU General Public License v3.0


Languages

Language:Python 100.0%