Domanda

I am looking for a C/C++ library which will run on both Android and iOS without much dependency/compilation issues. Any suggestions and recoomendations?

So far I've seen POCO and Switen. Any recommendation on either of them or an alternative?

(using Android NDK is ok for me)

È stato utile?

Soluzione

I have used POCO on iOS/Android and it was very straightforward, dynamic pointers. There was some threshold on getting it running at first, but once first sample was running: no problems... You may want to check out our entire project here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top