View Single Post
Old 10-29-2006, 04:47 PM   #17 (permalink)
Courageous
Forum Expert
 
Courageous's Avatar
 
Join Date: Nov 2005
Location: San Diego, CA
Posts: 1,824
Default

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.
Courageous is offline   Reply With Quote