Standard Input/Output

Era Scarecrow via Digitalmars-d digitalmars-d at puremagic.com
Sun Aug 10 21:34:52 PDT 2014


On Monday, 11 August 2014 at 04:28:53 UTC, BB wrote:
> A general question, Why std.stdio could not be something like 
> ---> std.io?

  From a historical point, C and C++ name their library stdio.h. 
io by itself is just input/output, and doesn't really hint it 
would be using the STDIN/STDOUT.

  Beyond historical, i couldn't tell you why not to...


More information about the Digitalmars-d mailing list