Search:

Type: Posts; User: hottiefee

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,513

    I understand that. It took away some of my...

    I understand that. It took away some of my errors. But how should I define the constructor in the header? and how do I use it in the main?

    sorry for all the questions. I just haven't had much...
  2. Replies
    6
    Views
    3,513

    And yeah that makes sense with the period. thanx...

    And yeah that makes sense with the period. thanx (:
  3. Replies
    6
    Views
    3,513

    I changed the multiplication function to: ...

    I changed the multiplication function to:


    friend matrix operator * (matrix, matrix){ //multiply 2 matrices

    double productArray[MAX_ROWS][MAX_COLUMNS];

    if(a.columns = b.rows){ //i, j...
  4. Replies
    6
    Views
    3,513

    Matrices (+,-,*)

    Hi everyone. I am trying to create a matrix. I'm trying to write a matrix program that the user will input the matrices and the program will add, subtract, and multiply the 2 matrices.
    Before...
Results 1 to 4 of 4