:doh: int test = 1 + 2 + 3; +2 + 3 +4; after I compile with Visual studio 6 or .net the answer test is 6 Is there anyone know what is weird ? the compiler will not have any error message, is this kind of bug ? Thanks for advance.
coding is just the beginning