I want to write an app for both platforms, and I want it to be a native.
Still, I would like to have a write once run anywhere conception. Since the business logic would take a huge part of an app. And it would be pretty simple regarding frameworks (mostly math calculations). I would like to move it into the common part of the app.
So my question is, are there any successful examples on C++ library that could be used for both native platforms?