Hello
I have am a beginner to c++ i do have some experience in c#
so pls be patient guys....
I need to create list/vector of objects or any other some kind of "array"
that will have objects inside.
first i do not know the size it's changing dynamically in any time when user want's another thing is there an option if i want to delete an object how can i find it without running in loop on the array is there some sort of build in method inside stl library???
Thx!!!!!!!!!
first i do not know the size it's changing dynamically in any time when user want's
Maybe search the documentation for 'size'
another thing is there an option if i want to delete an object how can i find it without running in loop on the array is there some sort of build in method inside stl library???