解释此输出

时间:2013-06-23 13:48:27

标签: c++ output increment

int j=5;
std::cout << ++j <<" " << j++ <<" "<< ++j;

为什么这个程序提供以下输出:

  

8 6 8

0 个答案:

没有答案