Thread: ddriver or driver

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    19

    Question ddriver or driver

    a quick question...

    in my hwork assignment, i was given a implementation file and a header file.

    it then said " create a ddriver to perform -blah blah blah- utilizing the files given to you"

    now i dont kno what a "ddriver" is so i assume it's a typo.. but i also don't kno what he means by a driver. Again im assuming he means just another file like "main.cpp" with a main function using the class in the files that has a " #include "whatever.h" "

    anyways let me kno if im just totally off... thanks

    Raz

  2. #2
    Registered User Strider's Avatar
    Join Date
    Aug 2001
    Posts
    149
    now i dont kno what a "ddriver" is so i assume it's a typo
    Most likely. No such thing as "ddriver" in C or C++.

    im assuming he means just another file like "main.cpp"
    Yes. Typically when the term driver is used it is in reference to the main() function that "drives" the program.

    David
    One Ring to rule them all, One Ring to find them,
    One Ring to bring them all and in the darkness bind them
    In the Land of Mordor where the Shadows lie.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 07-28-2008, 03:10 AM
  2. Replies: 6
    Last Post: 05-15-2007, 10:47 PM
  3. Linux (2.6.10+) device driver: multiple classes?
    By filker0 in forum Linux Programming
    Replies: 3
    Last Post: 09-26-2005, 08:46 PM
  4. tty driver development
    By outoolcoe in forum Linux Programming
    Replies: 1
    Last Post: 07-19-2005, 11:49 AM
  5. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM