@live questions

Gordan gman-george at gmail.com
Thu Nov 26 05:24:22 UTC 2020


On Wednesday, 25 November 2020 at 10:51:12 UTC, Walter Bright 
wrote:
> Other languages have done it (see Microsoft's "Managed C++") 
> but I don't think it caught on because I haven't heard much 
> about it in years.

Yes, it was called VC++, there were 2-3 versions to try and jump 
start it. Eventually it was replaced by a completely native C++ 
header file using modern C++ with smart pointers instead of a GC 
to communicate with COM objects.

The C++ header implementation hasn't seen any major developments 
but it is still their recommended way of interfacing. By the 
looks of it they are focusing more on Rust and seem to be cutting 
out C++ altogether.



More information about the Digitalmars-d mailing list