Page 1 of 1
Linked lists inside linked lists
Posted: Tue May 04, 2004 10:08 pm
by tinman
These functions are designed to be as close to the PureBasic linked list commands as possible, but give the flexibility of using linked lists anywhere you want. Save this first code fragment as "double_linked_lists.pb" (or anything you want as long as you change the code in the demo snippet later :).
Edit: Code removed, please use the version in the archive.
The original archive with another demo and a readme can be found on my website
(http://www.david-mcminn.co.uk). Please let me know if you find any problems or if you make any updates that I can merge back in.
Posted: Tue May 04, 2004 11:50 pm
by fweil
tinman,
Woow ... it works fine, and it is nice coded and commented.
Excellent.
Posted: Wed May 05, 2004 12:10 am
by tinman
fweil wrote:and commented
I wouldn't really say that :) Most are empty or blank.
Posted: Wed May 05, 2004 12:26 am
by fweil
I insist ! Few comments but good variable names, both make well commented ...
Re: Linked lists inside linked lists
Posted: Thu May 06, 2004 5:52 pm
by NoahPhense
sweet!
- np
Posted: Fri May 07, 2004 10:37 am
by Fred
Nice job !
Posted: Sat Feb 09, 2008 9:28 pm
by tinman
9th February 2008: Updated for PB4.x (thanks Dare), Unicode and automatic string freeing.
Posted: Sat Feb 09, 2008 10:33 pm
by Demivec
tinman wrote:9th February 2008: Updated for PB4.x (thanks Dare), Unicode and automatic string freeing.
Thanks for the update, in the readme on your site the History list states:
; History:
; 6th February 2006 Updates for PB 4.x by "Dare"
Why did you wait so long to tell us?

Posted: Sat Feb 09, 2008 10:41 pm
by tinman
Demivec wrote:Why did you wait so long to tell us? :wink:
Doh!
Posted: Sun Feb 10, 2008 2:13 am
by STARGĂ…TE
nice,
i have write a LL in LL too, but it's on german:
LinkedList in Structure
i don't need Pointerreturns