> Anybody know how to declare a struct like I'm using. And please don't > say to use the create function because it don't apply to what I'm using > it for. if you want an array of pointers, you'll either have to declare the size of the array (either explicitly or implicitly) or use the CREATE or RECREATE MACROS to dynamically change the size of the array when you want to store data to it..get a c book..read about pointers and dynamic memory allocation..george answered this question the last time you posted it, but you obviously didn't understand a word he said.. siv +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST