September 2002
Intermediate to advanced
1272 pages
31h 12m
English
A framework’s files are its public interface. All code that wants to use the framework must include one or more of its headers. Project Builder offers a few options for dealing with header files that are of interest to framework builders. The first, precompiling, makes for faster compiles. The second, private headers, makes it possible to separate internal and external interfaces.
To make compiles run faster when using a framework, it is possible to precompile the framework’s headers. Precompiling avoids the time that would be spent by the compiler to parse the headers. To do this in a framework project, create a master header file that imports all the public headers files in the project. (Look at a header ...
Read now
Unlock full access