On Saturday, 14 December 2019 at 06:14:23 UTC, BoraxMan wrote:
On Wednesday, 11 December 2019 at 18:54:49 UTC, jicman wrote:
Greetings!
I am trying to see if there are any converters out there from
d code to c. Anyone knows? Thanks.
josé
I don't think there would be any. The BetterC subset is as
good as using C. Why specifically do you want to convert?
If you want something that works but would be a possible pain.
you could always compile the program in d and then use a
decompiler, most of these produce C code. It could be a mess
though.