From: Stefan S. <se...@sy...> - 2003-02-11 14:22:14
|
Jonathan Wakely wrote: [...] > Not that this should dictate .h/.cc policy in any way, I'm just being a > C++ bore again! The separation is useful to encapsulate interface from implementation, i.e. to reduce dependencies and make changes more managable. Including .cc files into .h files totally defeats that. What's the point of the separation then I wonder ? Stefan |