why goto should be avoidedWhen my students ask me this question, I explain in the following way: Monopoly is a very simple ...
Casting unsigned int to pointerYou are right indeed, I had forgotten about that one :). Typecasting an object that has multiple ...
Casting unsigned int to pointer[quote]You are a C programmer, aren't you?[/quote] Indeed ;). And also a C++, BREW, Java, and J2M...
Casting unsigned int to pointerAren't [code]int[/code]s ([code]unsigned[/code] or not) and pointers (of any type) guaranteed to be ...
about atoimisurex, i think you have your [code]if[/code] and [code]else[/code] case switched... :)