문제

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)

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top