Skip to content

reyreaud-l/libproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proclib

Goal

The goal of this library is to provide a simple interface for processes interaction in modern C++.

It compiles in C++17 as it uses std::filesystem.

Build

To build, use cmake with the following commands:

  • mkdir build

  • cd build

  • cmake ..

  • make

About

C++17 Process Interaction Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published