vendredi 29 juillet 2016

stream several files continuously in C++

My question is similar to this, but I have not found any C++ references for this problem.

There is a list of big files to read and process. What is the best way to create an input stream that would get data from the files one by one, opening the next file automatically upon the end of the previous file? This stream will be given to a processing function which sequentially reads block of variable size, across the file boundaries.

Aucun commentaire:

Enregistrer un commentaire