inheriting from base class and declared [] operator but it throw an error wehen i write :
this[0]
share the code in pastebin
if you mean this pointer then you need to dereference it first (*this)[0]
Обсуждают сегодня