Post-ctor ctor

Trass3r un at known.com
Sun Aug 7 12:06:33 PDT 2011


>     this(int this.a, int this.b, int this.c, int this.d) {
>         sum = a + b + c + d;
>         average = (a + b + c + d) / 4;
>     }

Can't express how awkward this is.


More information about the Digitalmars-d mailing list