simple operator<< questionThanks for the quick answers :) The undefined behavior seems to be a reasonable answer :) [b]jmc...
simple operator<< questionHello everbody! I am wondering what is happening behind this code: [quote]int x = 4; cout << ...