DEV Community

[Comment from a deleted post]
Collapse
 
arne_mertz profile image
Info Comment hidden by post author - thread only visible in this permalink
Arne Mertz

None of the headers you list in #11 is a C++ header. Most are C headers that should not be used in C++, as there are alternatives. iostream.h was something that used to exist in pre-standard implementations 25ish years ago, but not anymore. Please don't promote obsolete and outdated code and practices.