Windows console is broken
bearophile
bearophileHUGS at lycos.com
Thu Jan 31 22:31:43 PST 2008
Sergey Gromov:
> import std.conv;
> import std.stdio;
> import std.format;
> import std.c.windows.windows;
I think everyone has to start qualifying all the imports, so can you replace all those with:
import std.conv: name1, name2, ...;
import std.stdio: name3, name4, ...;
import std.format: name5, name6, ...;
import std.c.windows.windows: name7, name8, ...;
Bye,
bearophile
More information about the Digitalmars-d
mailing list