[Implemented] LinkedLists in structures
[Implemented] LinkedLists in structures
It would be very useful. (Hint hint)
- tinman
- PureBasic Expert
- Posts: 1102
- Joined: Sat Apr 26, 2003 4:56 pm
- Location: Level 5 of Robot Hell
- Contact:
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
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
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
(WinXPhSP3 PB5.20b14)
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
http://www.purebasic.fr/english/viewtopic.php?t=34139
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.
"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.