Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
hardware interaction with c
Name: Akshat Date: October 25, 2002 at 07:41:50 Pacific OS: win 9x CPU/Ram: p-3, 128 MB ram
Comment:
Hi.. I had made quite a lot of desktop programms in 'c'. Now I want to make some programms which can interact directly with the hardwares available...I am not sure exactly how to do it....can any body help me with the resources/places where i can get know how to do it....
Summary: A friend of mine is programing with C. He's trying to make a kind of binary code coverter, from XS3 to BCD 742. There's only 9 value..well 10. What he did is that the user prints the BCD value. But he...
Summary: how can i make a folder with c language. I try this code but didn't work. #include #include main() { char *command = "mkdir test"; system(command); return 0; } but unfortunately no fo...