resource managers

Started by
10 comments, last by billybob 21 years, 8 months ago
umm... no thats not quite what a linked list is, its like a dynamic array that can hold seemingly infinte (depending on memory constraints etc) nodes/objects/etc, I suggest you get a good book to learn about this sorta thing, in a singly linked list you have a head class, then a node class and the list points to the next node, so:
HEAD NODE -> pointer to next node -> etc
If you want all the code to the breif snippet I posted before, email me.

CEO Platoon Studios
[email=esheppard@gmail.com]esheppard@gmail.com[/email]
Advertisement
k, then i think linked lists are the last piece in making bsps/polygons out of multiple triangles i don''t have the money for a book, i''m a 15 year old that mows lawns for money, so imma go look for a tutorial.

This topic is closed to new replies.

Advertisement