Hi all..
I saw a part of codes which I unable to understand..
pleaase all the expert teach me ya..
below is the part of codes..
UINT A;
USHORT B;
USHORT *C;
CString D;
if(!sscanf_s(D, "0x%x", &A))
sscanf_s(D, "%d", &A);
*(C + B) = A; //<= what is the meaning..??
What is these codes means..??
Please help..
Thank you..
shizu..