|
Chapter 14. Files and StreamsIn this chapter, we'll look at the classes that wxWidgets provides for low-level file access and streaming. wxWidgets' stream classes not only protect your application from the idiosyncrasies of different standard C++ libraries but also provide a complete set of classes including compression, writing to zip archives, and even socket streaming. We'll also describe wxWidgets' virtual file system facility, which lets your application easily take data from sources other than normal disk files. |
|