IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Zen on June 27, 2006, 05:31:09 AM

Title: CPointerList Question
Post by: Zen on June 27, 2006, 05:31:09 AM
What is returned by Add()? is it a pointer to the data that was added to the list?

Lewis
Title: Re: CPointerList Question
Post by: Ionic Wind Support Team on June 27, 2006, 07:16:31 AM
Yes.  Or NULL if the list hasn't been created yet.
Title: Re: CPointerList Question
Post by: Zen on June 27, 2006, 07:33:52 AM
Ohhh i see. Seems i had forgot to create the list. Dohhh!