Re: How to store C Arrays as a Property or iVar?
Dave
Hi, It recurses through the cells in the Array and there could be around 7000 iterations, so I’d rather stick with normal integers. One thing I was going to ask is that, the value range on each cell is 0 to 10, at the moment its using an “int” to hold this (which I assume is 32 bits), would there be a speed impact if I made it int16 or int8? All the Best Dave
|
|