On Saturday, 14 November 2015 at 13:53:50 UTC, BBaz wrote:
stdin.readf("%c", &c);
writeln(c);
Nope. In *nix this works? In Windows I still need to hit enter, and the character is the first one of the line I entered.
Fer22f via Digitalmars-d-learn Sat, 14 Nov 2015 13:51:06 -0800
On Saturday, 14 November 2015 at 13:53:50 UTC, BBaz wrote:
stdin.readf("%c", &c);
writeln(c);
Nope. In *nix this works? In Windows I still need to hit enter, and the character is the first one of the line I entered.