I thought it could. But (LStringA.c_str() < LStringB.c_str()) compares the pointers, while (*LStringA.c_str() < *LStringB.c_str()) apparently compares only the first character. oh, and the patch i just sent only does the first character, by using *. rick --
- can c really not compare strings? Richard E. Hawkins Esq.
- can c really not compare strings? Jeff Breidenbach
