"null this"

Adam D. Ruppe destructionator at gmail.com
Mon Dec 9 11:53:08 PST 2013


When you used the class, did you remember to new it?

Unlike C++, "Io io;" in D would be null. You have to create it 
with "io = new Io();"


More information about the Digitalmars-d-learn mailing list