|
|
|
|
|
by e12e
1941 days ago
|
|
So, given sibling comments on stack and function calls, this: skip_iter(int skip, int stop)
for(int i=0;i<stop;i++)
Wouldn't work with complex types, boxed integers and so on? Because calling postfix ++ would be a function/method call? |
|