it was funny but I forgot to laugh : /
Mickey Wrote: [ -> ]C has no booleans?! GASP
Truthfully, I never dealt with C, but I did deal with Python and Java. Buddy and I laughed, so I posted it. XD
Bah, booleans are for fags. Real men use integers.
BWA HA HA HA HA
That is why I use the joy of the .Net managed
System.Convert
BWA HA HA HA HA

Mickey Wrote: [ -> ]C has no booleans?! GASP
Not as a native type, but integers can be used as booleans.
C is somewhat more low level than Python (pure scripting) and Java (usually semi-compiled) languages, and CPUs just re-interpret integers as booleans.
You can typeset an int to a bool, but natively, C doesn't have it.