July 05, 2003 C++ stream library | ||||
---|---|---|---|---|
| ||||
Hi, I just want to know if D also supports the c++ stream headers. TIA. Carl. |
July 05, 2003 Re: C++ stream library | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-b | 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.
|
Copyright © 1999-2021 by the D Language Foundation