A very small cheat:
void main()
{
if (int x = 0)
do {
x = 5;
} while (x != 5);
}Only works for this simple case though. Put your post in d.general, I totally agree with it as well.
A very small cheat:
void main()
{
if (int x = 0)
do {
x = 5;
} while (x != 5);
}Only works for this simple case though. Put your post in d.general, I totally agree with it as well.