Search:

Type: Posts; User: teisen

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,824

    >>MK27 thank you very much. ^.^)

    >>MK27

    thank you very much. ^.^)
  2. Replies
    10
    Views
    1,824

    many thanks,MK27 so do you mean x, y related...

    many thanks,MK27

    so do you mean x, y related code here like


    x = y + *p1 - *(p1+j+1);
    y = x?++x:x-2;
    y = temp+x || temp == ++x;
  3. Replies
    10
    Views
    1,824

    thanks a lot for your answers,itCbitC and MK27 ...

    thanks a lot for your answers,itCbitC and MK27

    I only got code body actually, the function name "sort" was given by myself as i guessed that might be trying to implement array sort (bubble sort )....
  4. Replies
    10
    Views
    1,824

    question abourt sort

    I have some codes below which i think are to implement array sort. But no idea about what "x" ,"y" (particularly codes //1, //2, //3,)are used for.
    who can help?



    void sort(int *p1, int p2)...
Results 1 to 4 of 4