View Single Post
Old 04-08-2008, 12:17 PM   #17
Deric
Human being with feelings
 
Join Date: Mar 2007
Posts: 794
Default

Quote:
Originally Posted by Justin View Post
Code:
int a=1,b=3;
int c=a+++b;
what happens? (and why?)

-Justin
Guess it depends on which of + and ++ take priority in terms of computational-order (i.e. Precedence) in C++.

I guess...
__________________
REAPER? Oh yes...
Deric is offline   Reply With Quote