Код: Выделить всё
#include
using namespace std;
class Base1 {
public:
virtual void foo() { cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79780452/the-this-pointer-in-multiple-inheritance-of-a-c-class[/url]Код: Выделить всё
#include
using namespace std;
class Base1 {
public:
virtual void foo() { cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79780452/the-this-pointer-in-multiple-inheritance-of-a-c-class[/url]