Hi Larson,

See http://www.codeproject.com/tips/CryptoPPIntegration.asp. It is
discussed at the end of the document under 'Changing Integer Class
std::cout Formatting'.

Jeff

On 11/9/07, Larrson <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> Is there anyone who can tell me, please, how i can remove ending "h"
> or "." after conversion Integer to string?
>
> All i made:
>
> Integer R("0x4FA786F32Ch");
>
> stringstream ssR;
> ssR << hex << R;
> string sigR(ssR.str());
>
> cout << "String = " << sigR << endl;
>
> String = 4FA786F32Ch
>
> Regards,
> L.
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to