Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuangbo/cpp
Programs in C++
https://github.com/zhuangbo/cpp
Last synced: 18 days ago
JSON representation
Programs in C++
- Host: GitHub
- URL: https://github.com/zhuangbo/cpp
- Owner: zhuangbo
- Created: 2013-01-12T05:53:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T08:31:00.000Z (almost 12 years ago)
- Last Synced: 2024-07-31T22:58:17.032Z (3 months ago)
- Language: C
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cpp
===Programs in C++
* matrix -- A common matrix class template, supports a[i][j], a(i,j), copy, assignment, iterators and operators...
* matrix1 -- A simple light weight matrix wrapped from pointer, supports a[i][j], a(i,j), input and output operators optional.
* matrix2 -- A simple light weight matrix wrapped from pointer, supports a[i][j], a(i,j) and some operators...