Andrew Marlow Wrote:
>So I tried ldc but it complains that it can't import std.stdio.<

ldc is a D1 compiler that comes with Tango standard lib, so it doesn't have the 
std.stdio. You have to use Tango I/O functions.

Bye,
bearophile

Reply via email to