Classes in D are heap objects, you have to allocate them.``myClas_1 c1 = new myClas_1;`` The default is null.
thank you very much!
Classes in D are heap objects, you have to allocate them.``myClas_1 c1 = new myClas_1;`` The default is null.
thank you very much!