i have 1 vector public inside of a class.
after create a class, i create an instance\object.
now i call the class function that add information on vector.
on where i see the vector size '1'(correct).
after finish the function, i call the vector size, and i get zero.. why i can lose these data?
(the vector instance is on class, on global\outside the function, and it's public.)