Skip to content

anstadnik/cpp_algs

Repository files navigation

This is a collection of useful C++ stuff

3rd_party

Here I have useful stuff I found on the internet that I use.

  • termcolor.hpp can be used to change the parameters of the code which is printed to console.
std::string s = "Hello, world!";
std::cout << termcolor::reset << "s: " << termcolor::green << s << "." << endl;
#define BACKWARD_HAS_DW 1
#include "backward.hpp"

namespace backward {

backward::SignalHandling sh;

} // namespace backward
IC();
int v = 0;
IC(v);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published