On 2012-11-22 19:04, David Holmes wrote:
On 22/11/2012 2:17 PM, David Holmes wrote:I have a few comments on this part:- Array indices should be int's not size_t (ie signed not unsigned)I humbly withdraw that comment. It is required to be an "integer type" which includes both signed and unsigned and various sizes.I certainly prefer to use only int values. YMMV.
I'm happy to keep it as an 'int'. Thanks for verifying though! :) /Mikael
David -----