small questions

harry harry at potter.com
Mon Jul 27 15:07:32 PDT 2009


Hello D community,

Thank you for the interesting D :)
Before sorry about bad English.

class Foo{int i;this(int ii){i = ii}}
new Foo();
new Foo();

Is iterator possible?
foreach(Foo foo ;Foo)
foo.i++;
It get opapply error?

add data in text.
\0 \1 \2 \3
Is ok ?

thank you!


More information about the Digitalmars-d-learn mailing list