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: 2 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.
- Host: GitHub
- URL: https://github.com/hopson97/matlib
- Owner: Hopson97
- License: mit
- Created: 2016-09-09T23:56:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T17:46:07.000Z (about 4 years ago)
- Last Synced: 2025-03-10T17:29:57.618Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
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