Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2006-05-15 05:12:44


Joe McCay wrote:
> Simple question. What exactly are ipp files, and how are they used?

For me, it's "stuff that's going to imported with #include" but which isn't
a header file.

For example if I have a unit test with a large amount of data embedded in
the file, I put the data in an .ipp file so that the test program contains
just readable code, and the (mostly unreadable) data is separated out. But
there are plenty of other uses.

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net