I am writing an application using openFrameworks, but my question is not specific to just oF; rather, it is a general question about C++ vectors in general.
I wanted
The main idea of using vector is to store objects in a continue space, when using pointer or smart pointer that won't happen