In VC ++, how to detect the character string existing in the character string

  • Thread starter Thread starter fnpr8bb9vif
  • Start date Start date
F

fnpr8bb9vif

Guest
In VC ++, how to detect the character string existing in the character string.

E.g

TCHAR szContent = TEXT("xxx");

Check if there is a "x" substring, how to detect it? It seems there is no function ...

Continue reading...
 
Back
Top