2024-05-27 19:26:38 +03:00
2024-05-27 16:53:27 +03:00
2024-05-27 15:35:24 +03:00
2024-05-27 10:26:30 +03:00
2024-05-27 10:26:30 +03:00
2023-10-07 19:42:58 +03:00
2024-05-27 19:26:38 +03:00
2024-05-27 15:35:24 +03:00
2024-05-27 19:13:03 +03:00

cppipe - C Plus Pipe
====================
cppipe is a utility for Linux that allows you to use C/C++ programs as scripts.
it also 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

How to execute a C/C++ source file
----------------------------------
cppipe PATH_TO_SRC [ARGUMENTS_FOR_YOUR_PROGRAM]...

Example
-------
You can see an example of the command call syntax in test/functions_test.cppipe

Webpage with more info
----------------------
https://vene.volconst.com/en/cppipe
S
Description
No description provided
Readme
102 KiB
Languages
C++ 93%
Shell 3.8%
C 3.2%