| ??? 05/23/02 23:21 Read: times |
#23352 - RE: pointers vs. indexes |
For those of us who still insist on using HLLs, the decision on whether to use pointers vs. indexes should also be influenced by the code generated by the compiler.
The last time I checked my compiler's asm output while working on a new project, the pointer code was particularly ugly, and so for performance reasons I went with indexes. Just something else to think about. Dennis |



