Re: struct with indeterminate array(size)
Re: struct with indeterminate array(size)
- Subject: Re: struct with indeterminate array(size)
- From: "Erik M. Buck" <email@hidden>
- Date: Thu, 4 Oct 2001 11:04:03 -0500
Wrap the struct in an object or use NSData to store bytes. NSData is the
closest equivalent to the variable length array technique that you are
using.
----- Original Message -----