Arrays multiplication

Posted by mariO on Stack Overflow See other posts from Stack Overflow or by mariO
Published on 2010-03-29T14:20:10Z Indexed on 2010/03/29 14:33 UTC
Read the original article Hit count: 334

Filed under:
|
|
|

How to write arrayt multiplication (multiplicating two matrieces ie 3x3) of arrays of known size in c++ ? What will be the difference using pointers and reference ?

© Stack Overflow or respective owner

Related posts about c++

Related posts about arrays