constructor is not callable using argument types ()

Suliman evermind at live.ru
Mon Dec 10 03:46:42 PST 2012


Thanks!

But if I have a lot of property like^
string name
int age
....

it's not good to specify all of them in paranceses:
auto file = new FileName("test.txt", 21, ETC);

How can I specify them in another way?


More information about the Digitalmars-d-learn mailing list