Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

where can i learn C(or C++ or VC++) for computer's hardware?

Status
Not open for further replies.

otakung

Junior Member level 3
Joined
Jan 14, 2003
Messages
31
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
278
I would like to learn how to use C (or C++ or VC++) programming about computer's hardware, such as how to control CDRW, serial port, how to use IRQ, how to know hardware's address etc.
I've search by google but I don't find any good web site.
Because sometimes learning by source code is not enough to understand and edit that code, and my knowledge is too less to understand some codes, so I think articles or tutorial is better.
If there's someone know about this resource, please let me know.
Thank you very much.
 

Re: where can i learn C(or C++ or VC++) for computer's hardw

Look at this discussion:
Download the book "Programming the Microsoft Windows Driver Model"

This only applies if you want to make software for windows...

/Johan
 

Re: where can i learn C(or C++ or VC++) for computer's hardw

series of tutorial on codetool site

Introduction to Drivers
**broken link removed**

Introduction to Implementing IOCTLs

**broken link removed**

Introduction to driver contexts
**broken link removed**
 

These are useful links. It can help me very much.
Thank you very much for all answers.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top