[xml] libxml2 and c++ bindings



Hi All,
I just read through the c++ wrapper for libxml2, libxml++.
But it seems, I need to install lot of other modules like, glibmm,
which inturn has other dep. modules like sigc++, glib, gobject, gmodule.
 
So, just thinking is it possible to link LIBXML2 C libraries with my C++ programs,
as we normally link c files with c++ using the preprocessor directive,
"__cplusplus" and defining as extern "C".
 
Please let me know about this.
 
Thanks
Senthil


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