Re: [Dev-C++] How to read/write directly a track/sector in a hard disk or CD
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Per W. <pw...@ia...> - 2005-08-29 22:24:45
|
Remember that just about all drivers (most OS) are written in C (which is also the most common language for operating systems), so they are more or less normal code with the exception that they might have a bit more clutter because of synchronization, hot-plug etc. /Per W On Mon, 29 Aug 2005, Alfred P. Reaud wrote: > All true Per. Regardless my point was that low level IO isn't usually done in high level languages, and Google should be a powerful tool in the search for knowledge, especially at the instructional level. You seem to have taken umbrage, Per, when no offense was intended, or at least that is how I take the tone of your response. If that is the case, then my humble apologies. |