Dynamic arrays in structures

Everything else that doesn't fall into one of the other PB categories.
Platon
New User
New User
Posts: 3
Joined: Sat May 13, 2006 7:07 am
Location: Russia

Dynamic arrays in structures

Post by Platon »

Hello, I would like to learn about dynamic arrays in structures. Whether their developers of PureBasic in the following versions will make, and that very much bad without them :(
PS
Sorry for my english :)
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

Hi, welcome - how about using linked lists?
Platon
New User
New User
Posts: 3
Joined: Sat May 13, 2006 7:07 am
Location: Russia

Post by Platon »

In structure in my opinion it is impossible to use the linked list, only pointer to a linked list.
I need to store varying array in structure. I used indexes and memory (AllocateMemory) earlier, but it is inconvenient. :(
PS
Once again excuse for my English :?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Platon
New User
New User
Posts: 3
Joined: Sat May 13, 2006 7:07 am
Location: Russia

Post by Platon »

Post Reply