An open API service indexing awesome lists of open source software.

https://github.com/massimo-marino/iocolor

A C++17 implementation that adds color capabilities to streams
https://github.com/massimo-marino/iocolor

colored-iostream colored-stream cpp cpp17 cpp1z io iostream streams

Last synced: 2 months ago
JSON representation

A C++17 implementation that adds color capabilities to streams

Awesome Lists containing this project

README

        

# iocolor

C++17 implementation that adds color capabilities to streams.

## Requirements

`cmake` is used to compile the sources.

The default compiler used is `clang++-5.0`.

The cmake files compile with `-std=c++17`.

## Install and Run the Example

```bash
$ git clone https://github.com:massimo-marino/iocolor.git
$ cd iocolor
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd src/example
$ ./iocolor-example
```

## How to Use it

See the source code and the example for examples of use.