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
- Host: GitHub
- URL: https://github.com/massimo-marino/iocolor
- Owner: massimo-marino
- License: mit
- Created: 2017-10-21T08:49:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T21:51:21.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T18:33:31.664Z (4 months ago)
- Topics: colored-iostream, colored-stream, cpp, cpp17, cpp1z, io, iostream, streams
- Language: C++
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.