Problem with Hiredis Binding

Puming zhaopuming at gmail.com
Thu Jan 5 21:48:08 PST 2012


Here is what I've got so far:

1. "long long" in C is always 64bit, so in D it's "long";
2. C's char* string should be converted to!string when used in 
"writeln";
3. String literals in D -IS- zero terminated;

And now it's working fine. Thanks everybody :)


More information about the Digitalmars-d-learn mailing list