July 2005
Intermediate to advanced
744 pages
16h 57m
English
In 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.
wxWidgets provides a range of functionality for platform-independent file handling. We’ll introduce the major classes before summarizing the file functions.
wxFile may ...
Read now
Unlock full access