C++ unusual behave caused when using unsigned

后端 未结 0 1449

I\'m not understanding! why do these two loops behave differently?

    for ( unsigned int x = 19; x >= 1; x -= 2 )
    {
        std::cout << x <&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题