Mail Archives: djgpp/1999/06/09/21:40:34
Message-ID: | <375F09D6.15D8@home.com>
|
From: | "Salvador I. Ducros" <sducros AT home DOT com>
|
X-Mailer: | Mozilla 3.04 (Win95; U)
|
MIME-Version: | 1.0
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Generic Data Structures in C
|
Lines: | 14
|
Date: | Thu, 10 Jun 1999 00:40:11 GMT
|
NNTP-Posting-Host: | 24.65.65.159
|
X-Complaints-To: | abuse AT home DOT net
|
X-Trace: | news2.rdc1.on.home.com 928975211 24.65.65.159 (Wed, 09 Jun 1999 17:40:11 PDT)
|
NNTP-Posting-Date: | Wed, 09 Jun 1999 17:40:11 PDT
|
Organization: | @Home Network Canada
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Hello all,
I'm wondering if anyone here knows of a library, or maybe
just some code, implementing a generic data structure in C.
By "generic" I mean a data structure (e.g. list, stack, whatever)
that does not depend on the data type of the information being stored
in the data structure. In other words, something "similar" to the
template mechanism of C++.
Regards,
Salvador I. Ducros
sducros AT home DOT com
- Raw text -