Message-Id: <199711121934.OAA22789@delorie.com> From: "sl" To: "DJGPP mailing list" , "eyal DOT ben-david AT aks DOT com" Date: Wed, 12 Nov 97 14:40:29 Reply-To: "sl" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Containers/Templates etc Precedence: bulk On Wed, 12 Nov 1997 14:38:01 +0200, eyal DOT ben-david AT aks DOT com wrote: >Hello Gili > >Container is a data structure that *contains* other objects. For example, >your Array above is a container of ints. But then, according to you, templates ARE containers. That's weird, are they 100% the same? >The standard library has many container classes (all in the form of a >template) >for example: vector, list, deque, set, and many more. Is the standard library of containers built into DJGPP? If so, where can I find help on them (to learn their syntax, uses etc)? Would it be in 'libc'? Gili