The process of my mind.
13 years ago
General
#define _IMPOSSIBRU_ 0
int main(int argc, char *argv[])
{
bool hasEnoughPaws = false; // Never has enough
unsigned int pawCount = 0; // # of pairs of paws
while (!hasEnoughPaws)
{
if (gettingPaws()) Paws++;
else doProgramming();
}
return _IMPOSSIBRU_;
}
The programmers should understand this.
int main(int argc, char *argv[])
{
bool hasEnoughPaws = false; // Never has enough
unsigned int pawCount = 0; // # of pairs of paws
while (!hasEnoughPaws)
{
if (gettingPaws()) Paws++;
else doProgramming();
}
return _IMPOSSIBRU_;
}
The programmers should understand this.
dracowardragon
~dracowardragon
i sorta did though and i'm not one... a plus fr me!
Ergatis
~ergatis
OP
Indeed, you should get a +1 for that
FA+