LX Guest
|
Posted: Sat Nov 20, 2004 10:25 am Post subject: Template distribute |
|
|
Hi,
I have template classes/functions in FILE_TEMPLATE.h,
the implementation of the templates uses functions in other libraries,
say LIB_USED.
Suppose I want to distribute the FILE_TEMPLATE.h, in order for users
to be able to use FILE_TEMPLATE.h, a way that I can think about is giving
users
LIB_USED and a header providing prototypes for classes/functions in LIB_USED
and used by FILE_TEMPLATE.h.
Is there other better ways to distribute these kind of template?
Thanks in advance,
LX
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|