DMD 1.005 release

BCS BCS at pathlink.com
Tue Feb 6 09:27:14 PST 2007


janderson wrote:
> Walter Bright wrote:
> 
>> Fixes many bugs, some serious.
>>
>> Some new goodies.
>>
>> http://www.digitalmars.com/d/changelog.html
>>
>> http://ftp.digitalmars.com/dmd.1.005.zip
> 
> 
> The import stuff has been part of C for a long time (in the form of 
> #include), however I've never seen it used.  Maybe with string 
> operations it will be useful, but otherwise I don't see the point.
> 
> =Joel

not quite, I don't think this works in c

char string[] = "#import<bigstring.txt>"

sting gets the value of "#import<bigstring.txt>", not the contents of 
"bigstring.txt"



More information about the Digitalmars-d-announce mailing list