I'm working on converting an MFC program from MBCS to Unicode. I've found that the insertion operator << is working differently with CStringA than with CStringW instances.I'm working on converting an MFC program from M
I'm working on converting an MFC program from MBCS to Unicode. I've found that the insertion operator << is working differently with CStringA than with CStringW instances.I'm working on converting an MFC program from M