Comment Re:Safe science is gay (Score 1) 314
Why is this getting modded as funny? It's true, safe science really is gay.
Unless you really really like math then science isn't very interesting unless you get hooked on it some how.
Why is this getting modded as funny? It's true, safe science really is gay.
Unless you really really like math then science isn't very interesting unless you get hooked on it some how.
I'm sorry, but that code goes against our coding standard by having non-const parameters and a goto. I suggest the following before submitting your changes:
int multiply(int const a, int const b)
{
assert(a >= 0 );
int x = 0, aNc = a;
while (aNc--) x += b;
return x;
}
"Well, social relevance is a schtick, like mysteries, social relevance, science fiction..." -- Art Spiegelman