-->
Page 2 of 2

Re: help with simple inheritance

PostPosted: Mon Mar 23, 2020 3:48 pm
by sorh
aah.. I see, once I inherit the class I also inherit the responsibility of creating its default constructor!
Thank you!

Re: help with simple inheritance

PostPosted: Tue Mar 24, 2020 10:46 am
by RichardS
Yep... I am a hardcore C programmer that never did C++ due to size constraints of memory in uC's, but due to the fact the ESP32 has so much speed and RAM I am now teaching myself C++ so it was a good lesson for me too... I had to figure your issue out from the bottom, but its good fun!

RichardS