Context/Requirement is quite clumsy to describe.
Suppose you have an array field Student[40] in Professor object and you need to write a Professor ctor, and use initializer list for that field. It's tricky, but I did it in the Tetris code...
Context/Requirement is quite clumsy to describe.
Suppose you have an array field Student[40] in Professor object and you need to write a Professor ctor, and use initializer list for that field. It's tricky, but I did it in the Tetris code...