Last update May 27, 2008

Doc Comments /
Glossary



Table of contents of this page
Comments   
Implementation Defined Behavior   
NaN ("not a number")   
Links   

Comments    

Add your comments here...

Implementation Defined Behavior    

An example of implementation defined behavior would be the size in bytes of a pointer: on a 32 bit machine it would be 4 bytes, on a 64 bit machine it would be 8 bytes. Minimizing implementation defined behavior in the language will maximize the portability of code.

Another example of implementation defined behavior is the size of the "real" type. It will be either 64, 80 or 128 bits depending on the target hardware platform.

NaN ("not a number")    

NaN (Wikipedia) (see also: NG:digitalmars.D.learn/12543)

Links    


FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: May 27, 2008 16:57 (diff))