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

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

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