Well, I don't think that what you do is right, but here is a way to make such 
string:

char before[16];
for(int i=0; i<16; ++i) // Or better use memset()
    before[i] = 0x00;
string result(before);

Not sure if it works, but can't check right now.
You'd better use memset for this purpose.

-- 
-- 
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.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to