Member Initializer List

How exactly does Member Initilizer List work?
The compiler has to generate code for the constructor. Part of it is the construction of the base class and member variables. The initializer list shows what parameters to pass to those constructors, (and thus which constructor to call for each object).
thank you so much, you've been very helpful
Topic archived. No new replies allowed.