Is it possible to use the graph-tool lib in c/c++ program
Hi, Since the graph-tool lib is implemented with c++, I am wondering is it possible to directly use this lib in c++ program? If yes, would any one give some instructions on how to do that? Thanks. Best Regards~ -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 07.01.2016 17:58, hao wrote:
Since the graph-tool lib is implemented with c++, I am wondering is it possible to directly use this lib in c++ program? If yes, would any one give some instructions on how to do that? Thanks.
It is possible to write C++ extensions to graph-tool. Some documentation on this will be added soon; stay tuned. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
I think that question was if is possible to use the graph-tool in C++ program not about writing C++ extensions to "gt" itself. To Hao: afaik the graphtool is based on C++ Boost lib. So if you want to use it directly in C++, you can use boost (but I do not have any experience with C++, it's just a suggestion) To Tiago: That's great to hear that it will be possible to write extensions for this magnificent tool in C++! Thanks I really have to learn the C++ even it is so hard. S pozdravem / Best regards. Gazda Jan 2016-01-07 18:01 GMT+01:00 Tiago de Paula Peixoto <tiago@skewed.de>:
On 07.01.2016 17:58, hao wrote:
Since the graph-tool lib is implemented with c++, I am wondering is it possible to directly use this lib in c++ program? If yes, would any one give some instructions on how to do that? Thanks.
It is possible to write C++ extensions to graph-tool. Some documentation on this will be added soon; stay tuned.
Best, Tiago
-- Tiago de Paula Peixoto <tiago@skewed.de>
_______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool
participants (3)
-
hao -
Jan 'oglop' Gazda -
Tiago de Paula Peixoto