|
Reading Binary File and Changing data
Hi All,
1) I have Binary file and also i have the strusture of the file which is in c++.in the file structure 160 fields are there in tht there is a field cocot_ind=0 which type of short.
2) That binary file(with .DAT extension) is coming from one application. I need to write a utility program which reads that binary file and change the value of cocot_ind=1
and write it to another binary file.
can anyone please help me on this.
Thanks in advance.
|