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++)
- Host: GitHub
- URL: https://github.com/carlosalpha1/colorstringlib
- Owner: Carlosalpha1
- License: apache-2.0
- Created: 2021-07-13T10:57:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T13:34:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T17:17:21.349Z (5 months ago)
- Topics: class, cplusplus-11, cplusplus-14, cplusplus-17, cplusplus-20, cplusplus-98, cpp, library, new, string, stringcolor, strings
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## Author
Carlos Caminero (Carlosalpha1)