sandym / sutils

Random C++ utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sutils

A collection of very random C++ utilities I used over the years. Some might even be good and work as advertised!

This is mostly a re-write with modern c++ in mind for my own use. Some parts need some C++17 support from the compiler. Just add src to your header search path and add the .cpp you need, no config should be required. Or you can do a cmake add_subdirectory and use as a library


Some docs:


Tested with:

  • Xcode 9 (Apple LLVM version 9.0.0)
  • Visual Studio 17
  • gcc7

About

Random C++ utilities

License:MIT License


Languages

Language:C++ 98.8%Language:C 0.6%Language:CMake 0.6%