Page 1 of 1
[Implemented] LinkedLists in structures
Posted: Sun May 29, 2005 3:33 pm
by Trond
It would be very useful. (Hint hint)
Posted: Mon May 30, 2005 9:11 am
by tinman
That (amongst other things for linked lists) has been asked many times. If you want to get on with your project, there are a few workarounds that will let you continue if/when Fred implements this.
However, I best not post links to these workarounds or I'll get flamed. Oh well ;)
viewtopic.php?t=14716&highlight=linked+list+structures
viewtopic.php?t=13234&highlight=linked+list+structures
viewtopic.php?t=10741&highlight=linked+list+structures
Posted: Mon May 30, 2005 12:21 pm
by Trond
Have Fred made commen on the topic at all? Will he implement it sooner or later?
Posted: Mon May 30, 2005 1:20 pm
by tinman
Trond wrote:Have Fred made commen on the topic at all? Will he implement it sooner or later?
I don't think he's said anything about it.
Posted: Mon May 30, 2005 6:10 pm
by Fred
I think it will be implemented, yes.
Posted: Mon May 30, 2005 9:15 pm
by Trond
YESSS!!!
Any idea of when?
Posted: Mon May 30, 2005 9:23 pm
by Fred

. Very good smileys
Dunno exactly when, it's on the TODO list now.
Posted: Tue May 31, 2005 6:27 pm
by Trond
awesome.

Posted: Wed Sep 17, 2008 1:48 pm
by luis
Ergh, anyone know of some development about this feature ?
About an official, native, supported, multiplatform, foolproof, pre-cooked, certified way to put PB lists inside structures ?
Posted: Wed Sep 17, 2008 7:01 pm
by Mistrel
Until then you can use my very easy to implement example here to add lists to structures:
http://www.purebasic.fr/english/viewtopic.php?t=34139
Posted: Sun Sep 21, 2008 1:10 pm
by luis
Thank you for the reply Mistrel, but I would really like to know from one of the developers, since Fred said:
"Dunno exactly when, it's on the TODO list now."
in 2005, and after that I seem to recall some remarks from someone else (don't remember who but always a developer) telling the feature is not likely to be implemented. But I'm not sure. Tried to search a little but I didn't found it.
Would be nice something like "It's still on the TODO list, probably for next version" or "we changed our minds, it will nevere be implemented".
I would use the answer to move my code deeply in a direction instead of another. I don't mind to code my own solution, only I would prefer to not do so if an official, native, supported, multiplatform, foolproof, pre-cooked, certified way to put PB lists inside structures is around the corner.
Posted: Sun Sep 21, 2008 2:29 pm
by Fred
It's still on the TODO list

Posted: Sun Sep 21, 2008 2:33 pm
by Marco2007
May we have a look on the Todo-list?

Posted: Sun Sep 21, 2008 2:53 pm
by luis
Fred wrote:It's still on the TODO list

Thank you for the reply, even if you have diplomatically avoided to mention any time frame

.
I'll try to figure out what (

) I should do.