Is it feasible to slowly rewrite a C++ codebase in D?

bachmeier no at spam.net
Mon Jul 16 14:32:07 UTC 2018


On Friday, 13 July 2018 at 19:53:45 UTC, Laeeth Isharc wrote:
> On Wednesday, 20 June 2018 at 18:47:10 UTC, Jordi Gutiérrez 
> Hermoso wrote:

>> What are your ideas?
>
> If you would like to expose C function and type declarations to 
> D, you could take a look at DPP, which allows you to just 
> #include a C header.  If you encounter a bug, please file an 
> issue and in time we will fix it.
>
> Does not yet work for C++ except in some cases.
>
> https://github.com/atilaneves/dpp

I would like to give this a try, but I don't see any instructions 
for installation on the Github page. I tried dub build dpp, but I 
got a bunch of error messages.


More information about the Digitalmars-d-learn mailing list