后面两个是后自增和后自减,操作的结果是先返回变量原来的值,然后变量再加一。
和常见的
int i = 0;
cout<<i++<<endl;
cout<<i--<<endl;
的含义是一样的。
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.