T
Thomas Deschepper
I'm writing a little matrix multiplication program, and for the moment, I
have to check if two matrices have the same dimensions. A matrix in my
program is an array of pointers. How can I check if two of those matrices
have the same dimensions, e.g.: 3*3?
Thank you, Thomas
--
Now I'm discovering your magazine, and I want to receive it by
email... The question is > How can I receive the magazine by email???
[ wget http://www.phrack.org/archive/phrack62.tar.gz;
puuencode phrack62.tar.gz p62.tar.gz | mail (e-mail address removed) ]
have to check if two matrices have the same dimensions. A matrix in my
program is an array of pointers. How can I check if two of those matrices
have the same dimensions, e.g.: 3*3?
Thank you, Thomas
--
Now I'm discovering your magazine, and I want to receive it by
email... The question is > How can I receive the magazine by email???
[ wget http://www.phrack.org/archive/phrack62.tar.gz;
puuencode phrack62.tar.gz p62.tar.gz | mail (e-mail address removed) ]