I work for an existing C++ project. This project serves as a component of a larger software.
This project is supposed to support multi platforms. With all the source code and header files, the code can be built under windows, Linux and Mac. And I have .dll, .so and .dylib files for reuse.
But how about iOS and Android? I read pages and pages but I still have no idea. I cannot see how those SO Q&As and blogs relate to my problem.