Message-ID: <3766D6EF.93710494@geocities.com>
From: Sahab Yazdani <beyonder69 AT geocities DOT com>
Organization: MASC Productions
X-Mailer: Mozilla 4.6 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Generic Data Structures in C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 8
Date: Tue, 15 Jun 1999 18:42:55 -0400
NNTP-Posting-Host: 209.5.18.70
X-Complaints-To: abuse AT sprint DOT ca
X-Trace: newscontent-02.sprint.ca 929486806 209.5.18.70 (Tue, 15 Jun 1999 18:46:46 EDT)
NNTP-Posting-Date: Tue, 15 Jun 1999 18:46:46 EDT
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

If I understood your post correctly, you are looking for a library
called STL (Standard Template Library) by Hewlette Packard.   It is a
"Generic Data Structures" library that contains regurals like List,
Stack, Hash, and Vector (haven't even bothered looking at the rest). 
you should be able to find it pretty easily at any Search Engine. 

BTW its not a C library but rather an ANSI C++ library and should work
with DJGPP with minimal to no changes....