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