What defines that all variables are initialized to 0?  Is it a compiler
flag, and why wouldn't you want this to be always set?  This is the
first I've heard of it.

Ben Everett wrote:
The most common cause of crashes in release mode but not in debug are due to
variable initializations. In debug mode all variables are initialized to
'0', while in release mode they do not have a default initialization value.

The most common cause of these crashes is failing to properly initialize
variables.


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to