Why is “Init” in std::ios_base::Init uppercase? [closed]
In an early draft of the IOStream classes you can see that ios_base was originally not present, basic_ios was the base class and was responsible for Init and other members which were later separated into ios_base. basic_ios also had (and still has) an init function, and while the two names did not necessarily have to … Read more