2010年12月19日 星期日

counter 加一

void foo(int *counter)
{
  *counter = 0;
  ...
  *counter++; 
}

counter 是傳進來的計數器指標, 於是就有強者這樣寫, 然後就死掉了.

沒有留言:

張貼留言