Help convert a C++ header to D
Rikki Cattermole via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jan 2 22:07:09 PST 2016
On 03/01/16 7:04 PM, Arialis Majoris wrote:
> I have a rather large header file used to write plugins for reaper:
>
> http://pastebin.com/Eebv1e0M
>
> This file, unfortunately may change quite often depending on the version
> of reaper. Reaper automatically generates the C++ file. Is there a way
> to automatically convert this without too much trouble?
>
> Thanks
It's really quite simple.
You would probably only need like 2 regex's to do it.
More information about the Digitalmars-d-learn
mailing list