User profile: cheif

User info
User name:cheif
History
Joined:
Number of posts:15
Latest posts:

why goto should be avoided
When my students ask me this question, I explain in the following way: Monopoly is a very simple ...

Casting unsigned int to pointer
You 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 pointer
Aren't [code]int[/code]s ([code]unsigned[/code] or not) and pointers (of any type) guaranteed to be ...

about atoi
misurex, i think you have your [code]if[/code] and [code]else[/code] case switched... :)