An open API service indexing awesome lists of open source software.

https://github.com/remusao/safecpp

Hacking on some safe data structures in C++
https://github.com/remusao/safecpp

Last synced: about 1 month ago
JSON representation

Hacking on some safe data structures in C++

Awesome Lists containing this project

README

        

SafeC++
=======

Sandbox to play with safe types based on C++ templates and types with
encoded length. This types are far less flexible that classic STL types
for exemple. But I'm just curious :) Maybe it will be possible to use it
in real-world algorithms some day...

Structures
----------

* Stack

Stack
-----