8000 GitHub - anstadnik/cpp_algs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anstadnik/cpp_algs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
0