C++17 implementation that adds color capabilities to streams.
cmake
is used to compile the sources.
The default compiler used is clang++-5.0
.
The cmake files compile with -std=c++17
.
$ git clone https://github.com:massimo-marino/iocolor.git
$ cd iocolor
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd src/example
$ ./iocolor-example
See the source code and the example for examples of use.