See my post at http://www.codeguru.com/forum/showthread.php?t=365308

for possible operator << and operator >> for CString. It also
has a conversion function. You could use like this:

Code:
CString str = Convert<CryptoPP::Integer,CString>(n);