Results 1 to 2 of 2

Thread: Where to go?

  1. #1

    Thread Starter
    Lively Member blackeyed's Avatar
    Join Date
    Nov 2002
    Location
    Chandigarh
    Posts
    118

    Where to go?

    I m learning c++ and i have some basic knowledge about it, I want to learn hardware interfacing with C++ could you please let me know some place on net where i can learn this level of programming.

    Any help would be greatly appreciated
    ~~Avi~~

  2. #2
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Hardware interfacing is writing drivers mostly, or using driver interfaces like NDIS

    Go to www.msdn.micrsoft.com

    Do a search on DDK - Driver development Kit.
    You can read articles, or down load parts of the DDK (it's huge), get a CD for $10 or buy the kit in book form.

    You will need some header files too -- wdm.h or ntddk.h
    IF you start working on kernel mode code you will also need to find a copy of Mark Russinovich's kernel debugger because the MSDN debugger requires you to have two separate PC's - one to run the debug program, the other to test the driver.

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