| c++ Programming Glossary: foobarserverUsing C++, how do I correctly inherit from the same base class twice? http://stackoverflow.com/questions/1990032/using-c-how-do-i-correctly-inherit-from-the-same-base-class-twice  hierarchy class Foobar class FoobarClient Foobar class FoobarServer Foobar class WindowsFoobar Foobar class UnixFoobar Foobar class.. WindowsFoobar FoobarClient class WindowsFoobarServer WindowsFoobar FoobarServer class UnixFoobarClient UnixFoobar.. FoobarClient class WindowsFoobarServer WindowsFoobar FoobarServer class UnixFoobarClient UnixFoobar FoobarClient class UnixFoobarServer.. 
 |