Thank you for your response.
Do you have an idea of what kind of data structure I could use
instead? I only need to: add, count, and remove elements from a list
whom size is unknown.
Regards,
Jonathan
On 8 juil, 19:28, "D. Kevin McGrath" <
d.kevin.mcgr...@gmail.com>
wrote:
> You can't. STL structures are unsupported. Which is why we lack even
> a <string> header...
>
> On 08 Jul 2009, at 11:19 AM, jpujol95 wrote:
>
>
>
> > 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 filevectordoesn't seem to exist in the NDK folder. I