C++
Articles
Projects
- bounded_integer
- An integer library that provides static bounds checking, has no overhead compared to built-in integers, and allows customization via overflow policies.
- value_ptr
- A smart pointer along the lines of std::unique_ptr that provides a copy constructor.
- Technical Machine
- A Pokemon video game AI written in C++.