How could I read or write a specific sector of a hard disk or floppy using Visual C++.I did it with the assembler and I would like to know how it is with C++.
Thanks to you.
You'll probably have to embed some assembler code within your C++ code.
I don't think the C++ API supports that low of a level -- i.e. specific sectors of a disc. Here's an example of embedding, although it's for a different purpose:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.