Insert contents of a vector into another vector at certain offest
I have the following situations:
There is a std::vector<uint8_t>
called data_file_data
. I want to fill this vector with the data of different files, which I do in a for loop:
I have the following situations:
There is a std::vector<uint8_t>
called data_file_data
. I want to fill this vector with the data of different files, which I do in a for loop: