Search:

Type: Posts; User: kclew

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    5,853

    i sized the one on the right, ill try switching...

    i sized the one on the right, ill try switching it
    nope still gives me two single digit numbers and then some junk
  2. Replies
    21
    Views
    5,853

    so how should i approach this, my max matrix is 4...

    so how should i approach this, my max matrix is 4 so i put that in the 2nd bracket, but it still gives me these off numbers
  3. Replies
    21
    Views
    5,853

    but that is part of the my program, i'm supposed...

    but that is part of the my program, i'm supposed to input how many columns and rows into the function and from there it supposed to allow me to add and everything, which is not working
  4. Replies
    21
    Views
    5,853

    ya and it didn't give me any, i could just run it

    ya and it didn't give me any, i could just run it
  5. Replies
    21
    Views
    5,853

    so my biggest problem right now is that it wont...

    so my biggest problem right now is that it wont output the right numbers,
    i ran the add function and the output was
    4 -45685678
    2 -46893778
  6. Replies
    21
    Views
    5,853

    no i was able to compile it and it worked for the...

    no i was able to compile it and it worked for the first function
  7. Replies
    21
    Views
    5,853

    sorry bout that, but i figured out how to do it

    sorry bout that, but i figured out how to do it
  8. Replies
    21
    Views
    5,853

    alright heres my code #include ...

    alright heres my code


    #include<stdio.h>


    void showmatrix(int matrix[][], int row, int column)
    {
    int i, j ;
    int A[row][column];
  9. Replies
    21
    Views
    5,853

    i dont think i can use those because they're all...

    i dont think i can use those because they're all windows based, and im using a mac
  10. Replies
    21
    Views
    5,853

    could u further explain

    could u further explain
  11. Replies
    21
    Views
    5,853

    i'm using this unix server for my college class,...

    i'm using this unix server for my college class, i kno its accessed through a ssh and then a user name then url
    by the way i got the replace one to work, now it one to the addition, which is doing...
  12. Replies
    21
    Views
    5,853

    Matrix c program help!!!

    alright so i'm trying to make a matrix program that replaces, adds, multiplies and transposes matrices
    as of right now i'm having trouble printing it out after i run a function

    it goes something...
Results 1 to 12 of 12