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++
- Host: GitHub
- URL: https://github.com/remusao/safecpp
- Owner: remusao
- Created: 2013-05-23T20:24:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-24T15:59:25.000Z (almost 12 years ago)
- Last Synced: 2025-02-15T07:20:16.030Z (3 months ago)
- Language: C++
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-----