Dear Members,
Am new to this group.I had one doubt in vc++ buffering concept
My input code to read and write a text file is
Wchar InputText[99999]=L" ";
Wchar OutputText[99999]=L" ";
Wchar Buffer[99999]= " ";
I want to give a maximum buffer size value and my file size is around 5 mb
Is it possible to do so, if yes how
Please reply me to this question
with regards,
Prabhu K.m