I am using native function in my java class.
I have written C++ function for XML parsing.
My problem is that after parsing XML, i have to store node names into string array, but i dont want to fix its size.
Like java, C++ have any collection ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you looking for just this?
http://en.wikipedia.org/wiki/Vector_%28C%2B%2B%29
It’s used pretty much the same way but with different method names.