On Monday, 26 August 2024 at 07:17:58 UTC, Richard (Rikki) Andrew Cattermole wrote:
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!

Reply via email to