我将如何制作一个循环来执行循环,直到满足多个条件之一。例如:
do
{
srand (time(0));
estrength = rand()%100);
srand (time(0));
strength = rand()%100);
} while( ) //either strength or estrength is not equal to 100
有点蹩脚的例子,但我想你们都会明白的。
我知道&&,但我希望它只满足其中一个条件并继续前进,而不是两者兼而有之。