Do I have any guarantees that the parameters in a function call will be evaluated in order from left to right? i.e. if I have:
int i = 0; myFunction(i++, i); will it always be called using myFunction(0, 1) ? Jean Palmer Northrop Grumman > * [EMAIL PROTECTED] > * (410-993-2627) > >
