@disable
Jesse Phillips
jessekphillips+D at gmail.com
Fri Jan 15 15:37:29 PST 2010
> Even the keyword 'auto' is C's defunct 'auto' in C++0x (and I strongly
> belive also in D); just because "automatic variable" and "automatically
> typed" both start with "auto". :)
>
> Ali
If I'm not mistaken (surely I am), D's auto keyword is the same as C's. But D has type inference so we just state the storage class and not the type.
http://www.digitalmars.com/d/2.0/declaration.html#AutoDeclaration
More information about the Digitalmars-d
mailing list