terrycloth: (pangolin)
[personal profile] terrycloth
for (pnode == pnodeFirst; pnode; pnode = pnode->pnodeNext)
   {
   int i;

   if (pnode->k == kSource)
      i = pnode->l;
   else if (pnode->k == kDest)
      pnode->l = i;
   }

I know this variant works differently between the last two compilers I've used:

for (i=0; i<=2; i++)
   {
   int j=0;

   PrintNumber(j);
   j++;
   }

K+R is no help, they don't seem to address this issue at all.

Profile

terrycloth: (Default)
terrycloth

October 2020

S M T W T F S
    123
45678910
11121314151617
18192021222324
25262728 293031

Style Credit

Expand Cut Tags

No cut tags
Page generated Feb. 8th, 2026 03:43 pm
Powered by Dreamwidth Studios