C programming: ADT support

2004-01-22 Thread r t g tan
Hi, I'm looking for some ADT's like lists trees and such, to be used in C programs. Is there a librarie out there? Tnx, --- robert t g tan pgp0.pgp Description: PGP signature

Re: C programming: ADT support

2004-01-22 Thread Sergey 'DoubleF' Zaharchenko
On Thu, 22 Jan 2004 11:11:23 +0100 r t g tan <[EMAIL PROTECTED]> probably wrote: > Hi, > > I'm looking for some ADT's like lists trees and > such, to be used in C programs. > > Is there a librarie out there? > > Tnx, > > --- > robert t g tan I imply the word `for FreeBSD' somewhere in your

Re: C programming: ADT support

2004-01-22 Thread r t g tan
Make that C++ --- robert t g tan On Thu, Jan 22, 2004 at 11:11:23AM +0100, r t g tan wrote: > Hi, > > I'm looking for some ADT's like lists trees and > such, to be used in C programs. > > Is there a librarie out there? > > Tnx, > > --- > robert t g tan pgp0.pgp Description: PGP signa

Re: C programming: ADT support

2004-01-22 Thread Cordula's Web
> > I'm looking for some ADT's like lists trees and > > such, to be used in C programs.=20 > >=20 > > Is there a librarie out there? > > Make that C++ Isn't the STL enough? http://www.stlport.org/ http://www.boost.org/ Examples for using the STL: http://www.josuttis.com/libbook/index.html

Re: C programming: ADT support

2004-01-22 Thread r t g tan
That's it, thank you, --- robert t g tan On Thu, Jan 22, 2004 at 07:23:59PM +0100, Cordula's Web wrote: > > > I'm looking for some ADT's like lists trees and > > > such, to be used in C programs.=20 > > >=20 > > > Is there a librarie out there? > > > > Make that C++ > > Isn't the STL enough? >