Hi, you can use C libraries in C++ programs, and some of igraph itself is
actually in C++. So there is really nothing special in igraph in this
respect.

Being a C library, igraph might not fit too well in a C++ project, though.
I.e. you will not have classes in the C++ sense, inheritance, etc. igraph
is using its own data types instead of standard C++ vectors, maps, etc.

Gabor


On Mon, Feb 24, 2014 at 1:56 AM, Sana Rahim <[email protected]> wrote:

> Hello, I have installed igraph c package, wanted to know can we use C++
> for coding when using igraph instead of C. I am a beginner to igraph,
> please suggest tutorial that guides how to design own first graphs.
>
> Best Regards
>
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to