New Blog Post: Writing a D Wrapper for a C Library

Mike Parker aldacron at gmail.com
Sun Feb 10 14:19:08 UTC 2019


Victor Porton decided to port an app he developed for a research 
project from Ada to D. In the process, he created a bindings and 
a wrapper for a C library, librdf. In this post, he shares the 
approach he took to translating the C API into the D wrapper.

The blog:
https://dlang.org/blog/2019/02/10/writing-a-d-wrapper-for-a-c-library/


Reddit:
https://www.reddit.com/r/programming/comments/ap47uf/writing_a_d_wrapper_for_a_c_library/


More information about the Digitalmars-d-announce mailing list