Very complex constructor
hello,
i need define constructor constructs object has function parameter.
this like
myclass::myclass(): myclass2(myfunction(myparam))
{
myclass2.function1(); ...
}
i saw code example http://forum.arduino.cc/index.php?topic=65307.0 need explanations.
i need define constructor constructs object has function parameter.
this like
myclass::myclass(): myclass2(myfunction(myparam))
{
myclass2.function1(); ...
}
i saw code example http://forum.arduino.cc/index.php?topic=65307.0 need explanations.
Arduino Forum > Using Arduino > Programming Questions > Very complex constructor
arduino
Comments
Post a Comment