initialising inner struct
David Ferenczi
raggae at ferenczi.net
Sat May 12 22:32:59 PDT 2007
I can't find out how to initialise the inner struct.
struct A
{
int a;
struc B
{
int b;
}
}
A dataA = { a:0, ??? };
Could someone help me?
Thanks,
David
More information about the Digitalmars-d-learn
mailing list