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

https://github.com/hopson97/matlib

A little (fake) C++ library that is basically the the C++ standard library. I am just making this for fun and for learning.
https://github.com/hopson97/matlib

Last synced: 10 months ago
JSON representation

A little (fake) C++ library that is basically the the C++ standard library. I am just making this for fun and for learning.

Awesome Lists containing this project

README

          

# MatLib
A little (fake) C++ library that is basically the the C++ standard library.

I am not making this for use, but more just for learning about the lower level and advnced C++ concepts.

This library is made up for a few mmodules:

#Containers

* Linked_List is a ... linked list.

* Vector is a array list or dynamically sized array