Skip to content

Rang

A Minimal, Header only Modern c++ library for terminal goodies.

Example

#include "rang.hpp"

using namespace std;
using namespace rang;

int main()
{
    cout << "Plain old text"
         << style::bold << "Rang styled text!!"
         << style::reset << endl;
}

See also

Favorite site