C++ streams have their advantages, but in some ways they’re a downright pain.
Read article →
I’ve always avoided C++ streams as they never seemed as convenient as printf() and friends for formatted output, but I’ve decided I should finally take the plunge.