Message-Id: <199711120443.XAA18205@delorie.com> From: "sl" To: "DJGPP mailing list" Date: Tue, 11 Nov 97 23:48:09 Reply-To: "sl" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Containers/Templates etc Precedence: bulk Hi, It seems I am not the only one confused about Containers/Templates, where it is their purpose, implementation or whatever else. Would some care to explain this to us? :) What is the purpose of Containers, what are they used for? I understand templates are used to have a Class of so basicly I can make a template called Array and when using it in my program I'd go: "Array dummy" And dummy would be a variable of type Array of int. Therefore the class Array would handle int as its basic variable. Ok, now, what are containers? :) Gili