14. Write a program to find transpose of a given matrix of mxn size using unary operator overloading /* TRANSPOSE OF A GIVEN MATRIX OF MXN SIZE USING UNARY OPERATOR OVERLOADING */ Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 #include<iostream> using namespace std; class matrix {         int x[5][5],m,n; public:        ...
Posted by Unknown On 05:17 26 comments READ FULL POST
13.Write a program to add two matrices of mxn size using binary operator overloading.   /* ADD TWO MATRICES OF MXN SIZE USING BINARY OPERATOR OVERLOADING  */ Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 #include<iostream> using namespace std; class matrix { int m, n, x[30][30]; public: matrix(int a, int b) { m=a; ...
Posted by Unknown On 05:13 46 comments READ FULL POST
15. Write a program to concatenate one string to another using binary operator overloading. /* CONCATENATE ONE STRING TO ANOTHER USING BINARY OPERATOR OVERLOADING */   Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
Posted by Unknown On 05:11 No comments READ FULL POST
  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Blog Archive

Contact Us


Name

E-mail *

Message *