Changing bool values to opposite of the initial value

后端 未结 7 735
天命终不由人
天命终不由人 2021-01-03 19:05

This maybe sound strange to you but I\'m too lazy to write everytime like

if (threadAlive)
{
            threadAlive = false;
}
        else
{
            th         


        
7条回答
提交回复
热议问题