D language and .NET platform

Vladimir Panteleev vladimir at thecybershadow.net
Sun Jul 29 20:00:17 PDT 2012


On Sunday, 29 July 2012 at 17:11:55 UTC, Timon Gehr wrote:
> This could get a little hairy:
>
> struct S{
>     int x,y;
> }
>
> void main(){
>     S s;
>     auto p = &s.y;
>     // ...
> }

How does C++ for .NET handle this?


More information about the Digitalmars-d mailing list