[Implemented] LinkedLists in structures

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

[Implemented] LinkedLists in structures

Post by Trond »

It would be very useful. (Hint hint)
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post 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
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Have Fred made commen on the topic at all? Will he implement it sooner or later?
User avatar
tinman
PureBasic Expert
PureBasic Expert
Posts: 1102
Joined: Sat Apr 26, 2003 4:56 pm
Location: Level 5 of Robot Hell
Contact:

Post 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.
If you paint your butt blue and glue the hole shut you just themed your ass but lost the functionality.
(WinXPhSP3 PB5.20b14)
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

I think it will be implemented, yes.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

YESSS!!!

Image

Image

Any idea of when?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

:lol: . Very good smileys ;)

Dunno exactly when, it's on the TODO list now.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

awesome. Image
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post 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 ?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post 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
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post 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.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It's still on the TODO list ;)
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post by Marco2007 »

May we have a look on the Todo-list? :D
PureBasic for Windows
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post 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 :wink: .

I'll try to figure out what ( :?: ) I should do.
Post Reply