This website works better with JavaScript.
Home
Explore
Help
Sign In
Luiserebii
/
C-STL
mirror of
https://github.com/Luiserebii/C-STL
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Implementations of the C++ Standard Library in... C. Can creatures armed without wings engage in flight?
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
228
Commits
2
Branches
Branch:
master
master
dev
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
C-STL
/
include
/
cstl
History
Luiserebii
1592e0dc16
Updating README.md on cstring
10 months ago
..
algorithm.h
Adding cstring utility functions
10 months ago
cstring.h
Updating README.md on cstring
10 months ago
memory.h
Refashioning new method to allow for conditional compilation, giving us the override feature we want (tested this out on a seperate piece of code, should work)
10 months ago
string.h
Minor attempt to try to make string cstr() const-correct; deciding to allocate one more for the null term behind the scenes, but required expanding everything, and needs a rewrite. (There is one way to potentially refactor this by giving vector a way to maybe use a macro for allocs that can be supplanted...)
10 months ago
vector.h
Updating README.md on cstring
10 months ago