C++ Programming
08-12-2009, 11:24 AM
Hi all,
I want to find a string from another string.
so i want to know maximum option those are used here for find string/substring or compare string.
some of them i already use.like::
1.CStringT::Compare
2.CStringT::CompareNoCase
3.StrStr Function
4.StrStrI Function
5.CStringT::Find
if some other function please tell me.
thanks in advance.
To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.
I want to find a string from another string.
so i want to know maximum option those are used here for find string/substring or compare string.
some of them i already use.like::
1.CStringT::Compare
2.CStringT::CompareNoCase
3.StrStr Function
4.StrStrI Function
5.CStringT::Find
if some other function please tell me.
thanks in advance.
To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.