Hello. Does anyone know how to build a C++ code containing the "vector" data structure?
------------------------- #include <vector> ------------------------- When compiling, I get the error: "vector: No such file or directory". Indeed, the file vector doesn't seem to exist in the NDK folder. I have it in a Visual Studio folder but I can't figure out how to integrate it within Android as it generates a flood of compiling errors because of dependencies on other files. Does a similar data structure exist in Android? Regards, Jonathan --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
