Which is a better c++ container for holding and accessing binary data?
std::vector
or
std::string
Compare this 2 and choose yourself which is more specific for you. Both are very robust, working with STL algorithms ... Choose yourself wich is more effective for your task