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.
- Host: GitHub
- URL: https://github.com/hopson97/matlib
- Owner: Hopson97
- License: mit
- Created: 2016-09-09T23:56:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T17:46:07.000Z (over 3 years ago)
- Last Synced: 2025-01-17T13:48:29.366Z (12 months ago)
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 4
- 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