Linked Lists 1.1.sit.hqx

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Linked Lists 1.1.sit.hqx

Post by Info-Mac » March 17th, 1995, 11:00 am

Download: http://archive.info-mac.org/dev/src/lin ... s-11-c.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.
Post Reply