Jump to content

Hardware Interaction in c

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
badgod

badgod

    Newbie

  • Members
  • Pip
  • 5 posts
Hi ..
I need a tutorial for Hardware interaction in c , Dll creation , maintaining process etc..

i have searched and not yet found a single tutorial.
so please help me...

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It will depend on the operating system, compiler, etc. Without knowing that information, it will be hard to point you to useful resources. All of those are platform dependent questions outside of the C standard.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
I found a few DLL tutorials, if that helps.

Small DLL tutorial
Another longer DLL tutorial

#4
badgod

badgod

    Newbie

  • Members
  • Pip
  • 5 posts
ya.. thanks.. i need to access hardware in windows using devcpp or visual cpp compiler.///

#5
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
I can help you if you use Visual C++, but I've never used DevCpp. You can get it free from Microsoft at their Visual C++ 2008 website.

What kind of hardware do you want to access specifically? How much work you have to do depends highly on that. If it's something like a printer, then there's device drivers you can utilize. If it's hardware like a hard drive, then it'll be a little more difficult.