Hi,
I'm searching for an easy solution to copy a big amount of large binary files, e.g. photos from memory card to hard disk. The files should not change in a single bit and the copy operation should run fast. The STL solution with ifstream/ofstream using get() and put() works, but is this the best solution?
OS libraries are not platform independent, but what about other libraries? (Qt?)