Re: [libxml++] unicode support



On Sun, 2003-02-09 at 16:25, Christophe de Vienne wrote:
> As far as this particular point, what I personnaly do with templated class is 
> that I still separate declaration and implementation into a .h and a .cc/.cpp 
> file.
> Then I include the .cc/.cpp in the .h file so the templated implementation is 
> still visible by user code.

I really dislike the idea of #including *.cc files. But I do like to
separate the implementation sometimes by putting it under the class
declaration.

-- 
Murray Cumming
murray usa net
www.murrayc.com





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]