Download linked-lists-11-c.hqx (49,251 KB)
From "MaT101@aol.com (Michael Terry)" Wed Mar 15 20:41:27 1995
Date: Wed, 15 Mar 1995 23:41:44 -0500
From: MaT101@aol.com (Michael Terry)
Subject: Linked Lists 1.1.sit.hqx
--========================_6835356==_
Content-Type: text/plain; charset="us-ascii"
--========================_6835356==_
Content-Type: multipart/header-set; boundary="========================_6835356==_D"
--========================_6835356==_D
Content-Transfer-Encoding: base64
Content-Type: application/applefile; name="%Linked_Lists_1.1.sit.hqx"
Content-Disposition: attachment; filename="%Linked_Lists_1.1.sit.hqx"
AAUWBwACAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAADAAAAMgAAABgAAAAJAAAASgAAACBM
aW5rZWQgTGlzdHMgMS4xLnNpdC5ocXhURVhUQk5IUQEAAWz/wAAAAAAAAAAAAAAAAAAA
AAAAAA==
--========================_6835356==_D
Content-Type: text/plain; name="Linked_Lists_1.1.sit.hqx"; charset="us-ascii"
Content-Disposition: attachment; filename="Linked_Lists_1.1.sit.hqx"
Enclosed is a submission for the source code folder of Mac development
(This archive can be included in CD ROMs)
LinkedLists version 1.1 are a set of generic linked list classes for use in a C++
environment. They are fairly well commented so you can quickly start using them in
your own applications. The lists can self-sorting provided you override the logical
operators in the class you'll store. Also included is a demo app using them and a
quick how-to sheet on how to implement template classes in Symantec C++. The code
is freeware.