8000 GitHub - benjaminhottell/cpp-snippets: reusable bits of C++ code that don't warrant their own repository or library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

reusable bits of C++ code that don't warrant their own repository or library

Notifications You must be signed in to change notification settings

benjaminhottell/cpp-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Snippets

This repository contains small snippets of C++ code and related files that (probably) aren't worth putting into their own repository or library.

Each snippet is self-contained and independent unless otherwise documented via comments or #include directives.

The code in these files may be untested or buggy. You refer to them at your own risk.

Building

While each snippet is self-contained, a CMakeLists.txt file is included to build an executable to run unit tests via doctest.

The makefile just invokes cmake, and therefore does not do anything significant and can be ignored. Its just there for convenience.

About

reusable bits of C++ code that don't warrant their own repository or library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0