No matching function call

Hey guys! Please touch me as a coding beginner!

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:

http://puu.sh/jCm5d/deb14ced96.png
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.
wow... embaressing...

a plain thing which I know but did not realized...

thanks buddy
Don't be embaressed, you just did not know what that error means

Last edited on
Topic archived. No new replies allowed.