Just out of curiosity, how does iostream access the input-output system. (I have a bad habit of constantly reinventing the wheel, and I’m wondering if I can build a custom input-output system to the likes of iostream).
Just out of curiosity, how does iostream access the input-output system. (I have a
Share
For a detailed guide to IOstreams, see the book Standard C++ IOStreams and Locales. After reading it I suspect you will be content to manage with with the status quo – IOStreams are probably the most complex part of the C++ standard library.