T
Thomas Jakob
Maybe the best way is to copy the whole file into Memory, so operations
are performed much faster. For this you can use std::vector and for
resizing std::vector::reserve() - After all you just have to copy the
Vector to an filestream object.
are performed much faster. For this you can use std::vector and for
resizing std::vector::reserve() - After all you just have to copy the
Vector to an filestream object.