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?
> 
>   http://www.stlport.org/
>   http://www.boost.org/
> 
> Examples for using the STL:
>   http://www.josuttis.com/libbook/index.html
> 
> -- 
> Cordula's Web. http://www.cordula.ws/












pgp0.pgp
Description: PGP signature


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

-- 
Cordula's Web. http://www.cordula.ws/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 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 question (if not,
Google is your friend - go find the libs yourself).

$ apropos "singly-linked list"
SLIST_EMPTY(3), SLIST_ENTRY(3), SLIST_FIRST(3), SLIST_FOREACH(3),
<... and a screenful more of>
implementations of singly-linked lists, singly-linked tail
queues, lists, tail queues and circular queues

Have fun!

P.S. Is it so difficult to make them yourself?

-- 
DoubleF
Eggheads unite!  You have nothing to lose but your yolks.
-- Adlai Stevenson



pgp0.pgp
Description: PGP signature


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