https://github.com/oliverloops/c-matrix-library
This is a C Matrix Creator Library
https://github.com/oliverloops/c-matrix-library
Last synced: 3 months ago
JSON representation
This is a C Matrix Creator Library
- Host: GitHub
- URL: https://github.com/oliverloops/c-matrix-library
- Owner: oliverloops
- Created: 2018-11-05T18:11:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T18:29:01.000Z (over 6 years ago)
- Last Synced: 2025-01-28T22:44:34.526Z (5 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
C Matrix Library
Create, Print and Free any Matrix
*This library works with dynamic memory, you can
create, print any matrix and you don't need to worry
about free allocated memory*-Follow the next steps in UNIX, to compile and run-
1. Compile file object:
``` gcc -c -g matrix.c ```2. Compile main file:
``` gcc -c -g main.c ```3.create the code and library executable:
```gcc -o exe main.o matrix.o ```4. RUN:
``` ./exe ```Created By Oliver ALR, NO LICENSE