Connecting Tech Pros Worldwide Help | Site Map

Collection libraries in C!

James
Guest
 
Posts: n/a
#1: Nov 14 '05
Due to some reasons, I have to use C instead of C++. I am looking for C
replacements for STL libraries in C. I am looking for libraries that
provide collections like vector and hashmap. I don't need generics per
se. Any one know any.

Thanks.

Lew Pitcher
Guest
 
Posts: n/a
#2: Nov 14 '05

re: Collection libraries in C!


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

James wrote:[color=blue]
> Due to some reasons, I have to use C instead of C++. I am looking for C
> replacements for STL libraries in C. I am looking for libraries that
> provide collections like vector and hashmap. I don't need generics per
> se. Any one know any.[/color]


You want to ask this in comp.sources.wanted, not here in comp.lang.c


- --
Lew Pitcher
IT Specialist, Enterprise Data Systems,
Enterprise Technology Solutions, TD Bank Financial Group

(Opinions expressed are my own, not my employers')
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)

iD8DBQFCB7KPagVFX4UWr64RAhFCAJ436HTSC/Fso8fh2xr+AQ0UhIC5AgCcD8j3
Ch3f9JEZ41tz00ed0nas05Y=
=OK7g
-----END PGP SIGNATURE-----
CBFalconer
Guest
 
Posts: n/a
#3: Nov 14 '05

re: Collection libraries in C!


James wrote:[color=blue]
>
> Due to some reasons, I have to use C instead of C++. I am looking
> for C replacements for STL libraries in C. I am looking for
> libraries that provide collections like vector and hashmap. I
> don't need generics per se. Any one know any.[/color]

You can find my hashlib (under GPL) at:

<http://cbfalconer.home.att.net/download/hashlib.zip>

Congratulation on using a less overgrown language.

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson


Closed Thread