Skip to content

Building STL from scratch and other generic components.

License

Notifications You must be signed in to change notification settings

sorin373/CPP-Custom-STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is my custom implementation of the STL containers and other generic utility components. This really helped me understand many concepts which lay behind generic OOP and I hope that by using this repository people can better understand how STL containers work behind the scenes.

Note: For the documentation and development I used cppreference.com. Moreover, I do not guarantee that my aproach is standard conformant. My goal was to take the C-style implementations, which I did in high school (C-Style arrays, matrices, strings etc) and try to abstract as much as I could, of course using the std template as an example.

Containers

Iterators

Other utilities

About

Building STL from scratch and other generic components.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages