i=4; while(i-->0)printf("%d ",i); 会打印出3 2 1 0
i=10; while(0<----i)printf("%d ",i); 会打印出8 6 4 2
为什么你的C++能力这么烂?因为C++是面向对象编程。没有对象的人是学不会的。