开发者

STL Vector, deque or containers equivalent for Android?

开发者 https://www.devze.com 2023-03-21 15:35 出处:网络
Simple question: I know that the STL library is not provided inside the Android NDK. Otherwise, I would like to use containers like vector, deque and so 开发者_如何学Goon.

Simple question: I know that the STL library is not provided inside the Android NDK. Otherwise, I would like to use containers like vector, deque and so 开发者_如何学Goon.

Does anyone know if equivalent objects exist for Android NDK or should I develop mine ?

Thanks!


You can use STLPort (http://www.stlport.org/), which contains all the STL classes and has been ported to Android. Please have a look at answer of another question at uSTL or STLPort for Android?

0

精彩评论

暂无评论...
验证码 换一张
取 消