struct inheritance need?

Kagamin spam at here.lot
Thu Dec 18 05:35:10 PST 2008


naryl Wrote:

> Weed wants every object to be declared in the function where it is needed.

Haa?..

void main()
{
  Matrix m=new Matrix(7);
  writeln(m.i);
}


More information about the Digitalmars-d-learn mailing list