igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] use of STL in igraph


From: Gábor Csárdi
Subject: Re: [igraph] use of STL in igraph
Date: Thu, 21 Apr 2011 14:38:40 -0400

On Thu, Apr 21, 2011 at 2:25 PM, roberto pagliari
<address@hidden> wrote:
> walk_trap.cpp in the source code is written in c++.

If you check the file, you'll see that it was written by someone else
and not us. This is open source code that we integrated into igraph,
and we didn't want to rewrite it in C.

> That aside is there any
> technical reason for using c instead of c++?  :)

There are several reasons, the most important ones are that C is a lot
simpler than C++, and has fewer portability issues.

Gabor

> On Thu, Apr 21, 2011 at 3:03 AM, Tamas Nepusz <address@hidden> wrote:
>>
>> > I was wondering why there is no use of STL in igraph (c version)
>> Well, because the STL is C++ only.
>>
>> --
>> T.
>>
>> _______________________________________________
>> igraph-help mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>



-- 
Gabor Csardi <address@hidden>     MTA KFKI RMKI



reply via email to

[Prev in Thread] Current Thread [Next in Thread]