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 on.
Does anyone know if equivalent objects exist for Android NDK or should I develop mine ?
Thanks!