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

https://github.com/carlosalpha1/colorstringlib

String Color Library (C++)
https://github.com/carlosalpha1/colorstringlib

class cplusplus-11 cplusplus-14 cplusplus-17 cplusplus-20 cplusplus-98 cpp library new string stringcolor strings

Last synced: 3 months ago
JSON representation

String Color Library (C++)

Awesome Lists containing this project

README

        

# ColorStringLib
Color String Library (C++)

## Information
Color String inherits from the string class of the standard C++ library providing the programmer with the help to incorporate strings with color in a simple and comfortable way.
It works the same as a C++ String with the advantage that it incorporates color to be displayed in the console

## Example
**demo.cpp** is an example of usage
![Alt text](https://raw.githubusercontent.com/Carlosalpha1/ColorStringLib/main/images/example.png?raw=true "Example")

## Author
Carlos Caminero (Carlosalpha1)