a0c Classes for Files and Strings

Contents|Index|Previous|Next

Classes for Files and Strings

There are two very common special cases of input and output: using files, and using strings in memory.

libio defines four specialized classes for these cases.

For more information, see the following documentation’s discussion.

0