maciekr1234
Results
2
comments of
maciekr1234
> If I want to use my non static member functions of my class as callback functions it would become a bit more cumbersome and require some casting boilerplate. In...
> I can't understand one thing. > ```cpp > auto btn = new LvButton(); > ``` > Why do we have to do this allocation through new operator? I guess,...