Sunday, July 12, 2009

I NEED C++ program for MATRIX MULTIPLICATION USING OPERATOR OVERLOADING?

It shd save the contents to text file.

I NEED C++ program for MATRIX MULTIPLICATION USING OPERATOR OVERLOADING?
Try http://www.sourececodesworld.com
Reply:Below you will find a goldmine :-)


Everything you need is something as:


matrix %26amp; matrix:::operator * (const matrix %26amp; m );


matrix %26amp; matrix:::operator *= (const matrix %26amp; m );


friend matrix operator * (const matrix %26amp; m1, const matrix %26amp; m2 );


for your "matrix" class.

floral deliveries

No comments:

Post a Comment