πŸ‡§πŸ‡¬σ ΏπŸ‡·πŸ‡Ί

cppipe - C Plus Pipe

About:

cppipe is a Linux utility that allows you to use C++ programs as scripts.

It offers a shell like syntax for seamless command execution.

In this way your scripts can benefit from increased control and speed, while maintaining a lot of the potential for simple command call syntax.

Installation:

git clone https://gitlab.com/venelin98/cppipe.git

cd cppipe

sudo ./install.sh

Running C++ files:

cppipe FILE ARGUMENTS_FOR_FILE...

Options:

-g debug the file, asserts are also enabled

CPPIPEPATH:

CPPIPEPATH is a variable just like PATH and PYTHONPATH, which contains the paths where cppipe searches for source files to execute if they are not in the current directory.

Source:

gitlab.com/venelin98/cppipe

Documentation:

The library headers document the functions.

Contact:

For questions and feedback e-mail me at venelin98@abv.bg