|
|
|
|
|
by mhh__
2552 days ago
|
|
D's C++ interop looks better at a glance. With a simple extern(C++) you can use templates, classes and vtable's are matched up to single inheritance. There is also some experimental work on catching C++ exceptions but I've never tried to use it. |
|