Help me with this C++ figure of speech

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
x=1
do
{
cout<<x;
}
while (x=x);
that should be an infinite loop assuming i wrote it correctly.

MIKE