man strcmp

>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.

Reply via email to