en4bz / cppopen

Python's Popen reimplemented in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Popen for C++

###Requires

  • g++ >= 4.6 or clang
  • libstdc++
  • Inparticular __gnu_cxx::stdio_filebuf from /usr/include/c++/4.x/ext/stdio_filebuf.h

###Building make (for building with g++)
make clang (for building with clang)

About

Python's Popen reimplemented in C++


Languages

Language:C++ 100.0%