C++ constructors, destructors and operator access

Igor Stepanov wazar.leollone at yahoo.com
Sun May 19 06:44:59 PDT 2013


Is this mean, that D functions will _not_ create C++ objects with 
new?
For example:
You have moved parser to D, but you haven't moved expressions to 
D yet.
And you want to create new Expression object in parser (in D 
code), but Expression class defined in C++. What will you do in 
this case?


More information about the Digitalmars-d mailing list