Exiting loop without stopping C++

前端 未结 0 1019
梦谈多话
梦谈多话 2020-12-10 04:13
bool stop = false;
    int hours = 0;
    int minutes = 0;
    int seconds = 0;
    while (stop == false)
    {
        system("cls");
        cout <<         


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