C, I dont get the point with your code...
If it were having to compare every letter of the string, it would have to be many times slower, but it's not. The difference between 100,000,000 compares in the two sets of code is only 1 second. It does address compares (under the hood), with some added overhead. QED.
C//
Last edited by Courageous; 10-29-2006 at 04:53 PM.
|