is this the expected output

g g htpp at www.com
Wed Dec 22 16:40:16 PST 2010


Thanks for the answers
what I did is this ( i feel that it is quite clumsy):

       Node* x = cast(Node*) (GC.malloc(Node.sizeof));
        *x = xa;
        x.up = curnode;
        ...


More information about the Digitalmars-d-learn mailing list