What is the difference between standard and classic I/O streams? Can you recommend text books on the subject?
The design and implementation of the two libraries are entirely different. The programming interface for simple I/O is quite similar. For more complex operations, such as writing your own stream classes or manipulators, it is quite different. The classic iostream library in this version is compatible with the version shipped with C++ 3.x and 4.x.