Search:

Type: Posts; User: markip

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    4,389

    I still cannot fix it, and i am very tired to try...

    I still cannot fix it, and i am very tired to try it more right now but anyway thank's for your help!! :-)
  2. Replies
    7
    Views
    4,389

    sorry for posting over and over the code but i...

    sorry for posting over and over the code but i use codeblocks compiler and it doesn't have an option to copy the errors, only the code.
    Now i corrected the errors in Help_Conv but i cannot correct...
  3. Replies
    7
    Views
    4,389

    ok thank's!!! I did the changes you said but i...

    ok thank's!!! I did the changes you said but i still get some errors about incompatible type for arguments
    here is the fixed code

    //

    #include<stdio.h>
    #include<stdlib.h>
    #include<string.h>...
  4. Replies
    7
    Views
    4,389

    Can't find compile error, anyone can help?

    The error is highlighted with the red line. If anyone can help i would be very grateful. Compiler says expected ';' ',' ', ' or ')' before numeric constant.


    #include<stdio.h>...
  5. :D :) ok!!! I DID IT!!! you were right !!! THANK...

    :D :) ok!!! I DID IT!!! you were right !!! THANK YOU THANK YOU THANK YOU all of you!!
  6. ok i did this for (i=0; i

    ok i did this


    for (i=0; i<N; i++)
    {for(j=0; j<M; j++)
    { temp = A[i][1];
    A[i][1] = A[i][M-1];
    A[i][M-1] = temp;}
    }
  7. help- swap the first and last column of a two dimensions array

    Hello!!! I am new in programming and i think i might need you help. I am trying to swap the first column with the last. Can someone help? Here is the code:


    for (i=0; i<N; i++)
    {for(j=0; j<M;...
Results 1 to 7 of 7