Need C Pointer Help…
04-Sep-90 08:02:02
Sb: #118800-Need C Pointer Help…
Fm: George Graves 76657,1112
To: Mike Spille/Manx 71545,1466
Thanks for the response… 1. Another question: Can we say
temp = &(Emulate->StringDesc + i);
and avoid the subscript evaluation? Although I'm not using
the Manx compiler (and not writing for the Amiga) from what
I've seen, most compilers do a much better job with pointer
arithmetic than with subscript evaluation, even if it's nearly
the same (e.g. only a variable, not an expression to evaluate.)
2. When I see what the "real world" requires, MCS will be smaller,
now I'm struggling to get code to work and run fast.
Thanks again for your help/interest.
George