OT: Altair emulator code & C pointers

From: Fred Cisin <cisin_at_xenosoft.com>
Date: Mon Jun 12 11:46:26 2000

<PICKYPICKY>
> for (i = 0; i <= iLength; i++)

Did you want the number of iterations to be iLength, or iLength +1 (what
you have there)?

> Mem[i+addr] = (uchar) *pstrBuffer+i;

Did you want to add i to the pointer and retrieve what the resulting
pointer points to, or did you want to retrieve what the pointer points to,
and then add i to that value?
 
</PICKYPICKY>

--
Grumpy Ol' Fred        cisin_at_xenosoft.com
Received on Mon Jun 12 2000 - 11:46:26 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:33:01 BST