Hi,
I want to read a specified sector on a disk with C function absread(); But the compiler says it is not defined. I understood that it is dos only function that is why it is not working on windows compiler Borland C++ v5.5.
Can any body please tell me how to work with this or are there any other functions / classes in C++ for this functionality. The task is to read/ write at a specified place ( Sector) ignoring the logical structure of the disk.
I want to read a specified sector on a disk with C function absread(); But the compiler says it is not defined. I understood that it is dos only function that is why it is not working on windows compiler Borland C++ v5.5.
Can any body please tell me how to work with this or are there any other functions / classes in C++ for this functionality. The task is to read/ write at a specified place ( Sector) ignoring the logical structure of the disk.