Hi, This is my first post, and hope not to be the last.

Any one can tell me the result of this code, and the most importent: Why??

the code is:
=======================
int x = 3;
cout << ++x + ++x <<endl;
cout << x;
=======================

please test it before replying