Hello to all,
Is there any way that you can append the size of buffer according to the size of the information you extract?
What i mean is that you extract data from a text file then you check or make a comparison, if both the data that you compare are identical, then you save the data to a buffer, however the thing is that there may be more than one pair of data in a text file that are identical, so you need top append the size of the buffer according to the number of identical pairs. Hence, i am enquiring if anyone know how to append or increase the size of buffer according to the number of identical pairs i had.
I will greatly appreciate anyone who can guide me along or give me a solution, even the source code.
Thank you.
Is there any way that you can append the size of buffer according to the size of the information you extract?
What i mean is that you extract data from a text file then you check or make a comparison, if both the data that you compare are identical, then you save the data to a buffer, however the thing is that there may be more than one pair of data in a text file that are identical, so you need top append the size of the buffer according to the number of identical pairs. Hence, i am enquiring if anyone know how to append or increase the size of buffer according to the number of identical pairs i had.
I will greatly appreciate anyone who can guide me along or give me a solution, even the source code.
Thank you.