Hacker News new | ask | show | jobs
by tsimionescu 722 days ago
That's my point - iostream is a really bad piece of code, and if you're anyway going to use modern C++, it's really recommended to stop using it.
2 comments

Sorry, I got your comment completely backwards
iostream is good enough for most jobs, unless one is writing high performace IO code battling for each ms.
Or unless one wants to write formatted output, or unless one wants to handle IO errors with RAII...
Perfectly fine with existing operators and handle classes.

Happily using iostreams since Turbo C++ 1.0 for MS-DOS in 1993, and will keep doing so, unless chasing ms optimizations.