13

float version = 1.8f
if (version >= 1.8f)
{
/*
Do nothing because you forgot
about floating point precision
you tool...
*/
}

I.. I'm sorry... I'll sacrifice some virtual chickens to appease the Gods.

Comments
  • 1
    @demiko it's a version string I promise! ... but I did a 'quick' atof for testing and now I regret doing it better the first time...
Add Comment