Programming Windows D Examples are now Online!
    Andrej Mitrovic 
    andrej.mitrovich at gmail.com
       
    Wed Jun 22 22:39:14 PDT 2011
    
    
  
This is why we need language-aware tools, it killed this:
throw new Exception("Can't allocate buffer.");
Woops:
throw new Exception"Can't allocate buffer.";
    
    
More information about the Digitalmars-d-announce
mailing list