Hi.
I am working on a simple program that reads data into memory in binary. It then write the data from memory to a second file in memory.

Is it possible to read from ifstream straight to an STL container instead of having to go through dynamic memory allocation?

Thanks,
Kuphryn