thats wat i think.......the re are just 2880 usable sectors in floppy.......i dont think this can be the reason........ think more plz.......
thanks...
User Profile
Collapse
-
fat data
hi
as i m doin data recovery project for floppy disk whenever i put some big doc file of abt 600 kb or so then i get negative sector number in my fat information and hence that sector is not read..........
m doin all this in c/c++
wat can be the reason for negative value of sectors
plz help
thanks -
ya but by using fwrite will i get the data that was stored initially in that file i.e. in the same format and not binary........Leave a comment:
-
read and write from a sector
hi
actually i m using absread to read a particular sector but when i write it i m getting some special characters instead of actual data.......
i m writing the data by this command
for (i=0; i<512; i++)
{
ch_out = buf[i];
fprintf(fnew1," %c",ch_out);
}
so can anybody tell me wat can be the problem........ ..
is it the format s[pecifier... -
no i want to move to any line from the present file pointer position....... .. is there any way out.......Leave a comment:
-
Increment File Pointer In A Text File
HI...
Actually i m trying to move my file pointer from one line to another line but m not able to do so by using fseek because i dont know the offset.......
so is there anybody who can help........
thanks
No activity results to display
Show More
Leave a comment: