Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 5 and Version 6 of RandomioExample

Show
Ignore:
Author:
erpe (IP: 89.247.76.212)
Timestamp:
03/01/10 22:43:38 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RandomioExample

    v5 v6  
    1515{ 
    1616        // open a file for reading 
    17         auto fc = new FileConduit ("random.bin", FileConduit.ReadWriteCreate); 
     17        auto fc = new File("random.bin", File.ReadWriteCreate); 
    1818         
    1919        scope (exit)