I'm not that new to programming - used C# and Java for a good while. Still I want to refresh some C/C++ for Arduino Microcontroller programming.
But as every newbie I'm stuff in an issue I can't seem to solve. I know what the error messages wanna tell me but still cannot locate the problem. I presume that it has something to do with my CTOR parameters called as *classType and its argument in the CTOR call defined as &classInstanceName.
But I'm sure I'm doing the the right thing here - so I don't know what the issue might be :(
Heres the Screenshot which has every info I think:
You don't have a default constructor for DialogAnswer.
Either you change the place where you create the DialogAnswer to use the provided constructor or you add a default constructor.