July 05, 2003
Hi,

I just want to know if D also supports the c++ stream headers. TIA.

Carl.


July 05, 2003
d-b@postmark.net wrote:
> I just want to know if D also supports the c++ stream headers.

No. Effort is being done to write a similar or better library in D, but it has not become standard yet.

And D is not compatible with any C/C++ headers. One can manually convert C headers into D imports, but this is not possible with C++.

Thanks, you remind me that i should continue working on a tool to generate C imports (and possibly even C++ compatibility layers) from headers automatically. Until it's ready, interoperation is cumbersome.

-i.