DEV Community

Discussion on: D and C++: Passing dynamic strings

Collapse
 
eljayadobe profile image
Eljay-Adobe

C is the common ABI ... the lingua franca between C++ and D. (And the lingua franca between many otherwise incompatible compiled programmings languages.)

If you want to give D a try, you can use dmd (Digital Mars), gdc (GNU GCC family), or ldc2 (LLVM family) compilers. q.v. D compilers