Matrix Operations v0.3
Author: Catalin Avram
email: catalin_avram@hotmail.com
RELEASE INFO:
This release fixes a major bug. The functions that calculate the number of rows and columns in a given matrix would take '0' as the terminating character. Therefore, if there were any zeros as elements of the matrix, the matrix would be truncated at those locations. (NOT WHAT THE USER WOULD EXPECT)
- COMPILING
To compile the program, just type:
g++ -o mops main.cpp
- RUNNING
./mops
