User profile: Anami

User info
User name:Anami
History
Joined:
Number of posts:7
Latest posts:

Garbage value in adding of two matrix objects.
[code]#include<iostream.h> #include<string.h> #include<conio.h> class matrix { public: int a[3][3]...

Garbage value in adding of two matrix objects.
i have tried but no luck

Garbage value in adding of two matrix objects.
I know that there for i have written i=1;i<=3 it means it will start from 1 and end on 3. but main q...

Garbage value in adding of two matrix objects.
I want to add two matrix objects using friend function.The program runs and take inputs but at the e...

Getting Garbage value in inheritance program
I have cleared that error when u told me about the data type but now i m asking about the other half...