/* C++ Program to perform addition and subtraction of 2 matrices */
#include<iostream.h>
#include<conio.h>
class matop
{
int a[5][5],b[5][5],c[5][5],sum[5][5],diff[5][5],ra,ca,rb,cb,i,j;
public:
void input(void)
{
......................
visit:
http://www.programminghelp.in/2011/09/05/matrix-operations-c-program-using-class/
to get complete program.
buzzcoder.blogspot.com has been moved to programminghelp.in
#include<conio.h>
class matop
{
int a[5][5],b[5][5],c[5][5],sum[5][5],diff[5][5],ra,ca,rb,cb,i,j;
public:
void input(void)
{
......................
visit:
The content has been moved to permanent website. You will be redirected shortly
http://www.programminghelp.in/2011/09/05/matrix-operations-c-program-using-class/
to get complete program.
buzzcoder.blogspot.com has been moved to programminghelp.in