Hi there..
struct A{
A(int){}
};
struct B{
B() : ????
A a[10];
};
How can I initialize array of A in initialization list?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: Initialization of an array.Threaded View
|
Click Here to Expand Forum to Full Width |