[Q] Any unix extension to standard C library for providing set collection operations?

M

mr.hong

Hi,

I am using freeBSD.
I know std:set can be used in C++ for set colleciton .

If I use only C for developing some applicaiton on freeBSD, is there
any unix extension to standard C library or alternative library for
'set'(i.e, uniqueness) operation?

BTW, what I mean by unix extension is something like 'insque' or
'remque' which is not a part of standard C lib functions.


thanks
 
F

Flash Gordon

(e-mail address removed) wrote, On 26/03/07 09:18:

If I use only C for developing some applicaiton on freeBSD, is there
any unix extension to standard C library or alternative library for
'set'(i.e, uniqueness) operation?

BTW, what I mean by unix extension is something like 'insque' or
'remque' which is not a part of standard C lib functions.

You will need to ask somewhere that unix extensions are topical such as
comp.unix.programmer. Here we only deal with standard C.
 
U

user923005

Hi,

I am using freeBSD.
I know std:set can be used in C++ for set colleciton .

If I use only C for developing some applicaiton on freeBSD, is there
any unix extension to standard C library or alternative library for
'set'(i.e, uniqueness) operation?

BTW, what I mean by unix extension is something like 'insque' or
'remque' which is not a part of standard C lib functions.

You could probably get the source from the OpenBSD versions.
BTW, "I am searching for software 'X' is not really topical.

If you want to talk about programming techniques, probably
is a better place than here.

It sounds to me like you just want a dictionary data structure. There
are lots of those available.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top