CompuServe Messages

#Need C Pointer Help…

    04-Sep-90 16:13:08
Fm: Mike Spille/Manx 71545,1466
To: George Graves 76657,1112
In general, no compiler is going to show a difference in code generation in what you've shown in 1) compared to what I did. _Both_ versions are basically doing array indexing – mine just happens to do it using [i], and yours does +i. Both constructs do the same thing, they just look different. -Mike