I declare these below data
and hashdata have some valueCode:CString Hash[2] = {"208803DD4D","146DB1CB1C"}; CArray<unsigned char, unsigned char> hashdata;
I compare CArray and CString like these
but there is error message showCode:if (hashdata == Hash[0]) { ...... ..... ..... }
error C2678: binary '==' : no operator defined which takes a left-hand operand of type 'const class CArray<unsigned char,unsigned char>' (or there is no acceptable conversion)
Do I need to change CArray to other type of data? If you know how to solve my problem, please tell me.
Thank you very much.



LinkBack URL
About LinkBacks


