On May 4, 2006, at 4:44 PM, lopezibanez@gmail.com wrote: >> struct C : A, B { /* ... */ }; > > I am sorry to say that I don't understand the definition of struct C. C is derived from A and B. Only valid of course in C++.