Why is stdio ... stdio?
    Chris Katko 
    ckatko at gmail.com
       
    Fri Nov  9 02:03:36 UTC 2018
    
    
  
Simple curious question.
Why isn't :
import std.stdio;
instead:
import std.io;
(Also, while we're at it. Why doesn't this form have code 
highlighting? It would much improve readibility. Doesn't that 
seem almost essential for a programming forum?)
I mean, I get it. stdio is the c header from a thousand years 
ago. But this isn't C. So it's kind of odd to ask for the 
"Standard standard" io library.
    
    
More information about the Digitalmars-d-learn
mailing list