Search:

Type: Posts; User: sjmp

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,849

    Thank you very much. you explanations are very...

    Thank you very much. you explanations are very helpful. I understand much better now.
  2. Replies
    5
    Views
    4,849

    combined conditions in For loop

    For the for loop below each outputs 4,3,2,1,0 - how does this work exactly?

    the first loop:
    for (p=a+4, i=0; i<=4; i++) PRD(p[-i]);

    is this just that we start at p[4] and keep going down...
Results 1 to 2 of 2