Nullable types

samabeau no-spam-for-sambeau at mac.com
Mon Oct 20 02:10:23 PDT 2008


Lionello Lunesu Wrote:
 
> * Are there any other languages with this concept?

C# does. Nullable types have a question mark after them.
eg:-

int? num = null;

http://msdn.microsoft.com/en-us/library/1t3y8s4s(VS.80).aspx




More information about the Digitalmars-d mailing list