Tagged Questions

4
votes
2answers
635 views

Virtual inheritance - gcc vs. vc++

I have a problem with Visual Studio 2008 concerning virtual inheritance. Consider the following example: #include<iostream> class Print { public: Print (const char * name) { ...