A little of coordination for Rosettacode

bearophile bearophileHUGS at lycos.com
Tue Jul 16 17:18:51 PDT 2013


> http://codepad.org/g4RBio8E

this line:
.replace("TT", "0x" ~ text(T(n), 16));

Needs to be:
.replace("TT", "0x" ~ to!string(T(n), 16));

But the code in that link is all wrong because it needs all the 
code from std.md5 to work.
And even then I don't know where Decode() is.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list