Any Example in MFC
-
Can i get any example to utilize strcmp() in MFC.
French is the language of love, for everything else there is c++ ...(anonymous)
-
Can i get any example to utilize strcmp() in MFC.
French is the language of love, for everything else there is c++ ...(anonymous)
-
Can i get any example to utilize strcmp() in MFC.
French is the language of love, for everything else there is c++ ...(anonymous)
HAve a look at this. http://www.cplusplus.com/reference/clibrary/cstring/strcmp/[^]
-
HAve a look at this. http://www.cplusplus.com/reference/clibrary/cstring/strcmp/[^]
Thanks Ansuman, Chandrasekharanp
French is the language of love, for everything else there is c++ ...(anonymous)
-
Can i get any example to utilize strcmp() in MFC.
French is the language of love, for everything else there is c++ ...(anonymous)
strcmp Example [^].
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
-
Can i get any example to utilize strcmp() in MFC.
French is the language of love, for everything else there is c++ ...(anonymous)
if(strcmp(strHello,_T("Hello")==0) { cout << _T("SAME"); }
is same asCString strHello(_T("hello")); if(strHello.Compare(_T("Hello"))==0) { cout << _T("SAME"); }
in MFC -
Can i get any example to utilize strcmp() in MFC.
French is the language of love, for everything else there is c++ ...(anonymous)
dubeypankaj wrote:
Can i get any example to utilize strcmp() in MFC.
Heck, you're asking for example in MFC, so I'm giving you the MFC solution : have a look at
CString::Compare
andCString::CompareNoCase
This signature was proudly tested on animals.