Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 397 Bytes

#Variable length Unsigned INTeger


Needs C++11 compiler! (GCC 4.7+, Visual Studio 2013+, not tested on CLang)

Should compile on any platform (tested on Win32/Win64)

Usage: Put include/vuint.hpp in your include directory.

More info at the beginning of vuint.hpp

Samples should compile all by itself

Unit tests depends on Google Test Framework: https://code.google.com/p/googletest/