14

Just 2 days spend on debuging a function !

Definition:
int func (int x, int y) {
...
}

Call :
int c = func (y, x);

I checked 1000 line for debuging this :-\

Plz remember that check your function args while debuging

Comments
  • 1
    If its the first, it will not be the last, and time range for figure out is n^old
Add Comment