CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Device Drivers

  1. #1
    Join Date
    Feb 2001
    Location
    Texas
    Posts
    44

    Device Drivers

    Could someone tell me what device drivers are?

  2. #2
    Join Date
    Aug 2002
    Location
    germany
    Posts
    83
    A device driver is a program that controls a particular type of device that is attached to your computer. There are device drivers for printers, displays, CD-ROM readers, diskette drives, and so on. A device driver essentially converts the more general input/output instructions of the operating system to messages that the device type can understand.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured