Dear, I need to control a Stepper motor from c program the program part is easy , But the problem is from where can I find the circut that will receive my ...
... That's correct, Paul. My intention was to show new members (or newbies in general) that such posts don't make much sense. In general you're right, and in...
... That depends on the interface system; if it's a USB device, you may query and examine the complete USB tree; if it's a PCI device, you may query and...
Hy guys! I need a little help with a small problem :) I don't know if you're familiar with the hyperqueens problem, but it goes something like this: Consider...
... 4. (It clearly cannot be more than 4, since each queen must occupy a plane alone, and there are only 4 planes, but 4 has been proved.) ... Extend the 2D...
Hello to all, Im new in this forum. To be honest i'm not a programmer. My professor wants us to convert the below program to tasm unfortunately I don't know...
... Only for this compiler. You cannot (and should never) rely on short having the same size as int or int having the same size as long. As far as I recall,...
hello following is a simple prog. but it is giving compile error, any suggestions! #include <stdio.h> #include <curses.h> int main() { char c; while(1) { c =...
... Why have you included curses.h - there is nothing in your program that requires it, and it's probably including something that's causing your error. int...
Nico, Thanks for the reply and advise. To be honest with you i like to drop the subject but i couldn't do that coz it is part of our curriculum. So whether i...
Hi, I am writing c code for ATMEL 8051 core in ANSI c. we are using KEIL compiler for it. I want to test my c code and improve my programming skills. Can any...
... <snip> Faith, then you will have to look up at least the following items under the general subject of "assembler programming under MS-DOS": - converting...
Anyone familiar with .NET will know that one can download web pages using the WebClient and WebResponse classes, and then reading the HTML stream character by...
Dear Abdullah, Its quite simple all you have to do is to get an IC name ULN2003 interface it with parallel port, if you need mroe details contact me at ...
hi, i am planning for doing a project in c++ SEMI E37-0303 (HIGH SPEED SECS MESSAGE SERVICES)IMPLEMENTATION.it provides a means for independent manufacturers...
Hi I have a code where I need to copy the file contents of one file to other I have written the code now the problum that I am facing is that the souce file is...
HI, I have got stuck while doing system wide hooking. my application is simple chat log managment of all messengers running on windows. does any buddy have...
I haven't read the complete source code too thoroughly, but I've made a couple of suggestions in the code. See below. ... Not a very helpful description. What...
... Nico is corect with his suggestions, but I figure you also would lilke some help with the logic. Below is your code with my corrections, BUT, I paused...
After carefully editing your code to indent after brackets, I pasted the code into my previous message. I was disappointed to see that this site removed all...
... This is a typical behaviour of Yahoo!. There's no way (at least none that I know of) to get around this. What does work is to click the Reply link on the...
hello some doubts regarding seutid, below is its description, please throw some light on it. I'll mention my doubts in italics. NAME setuid - set user...
Mr.abhishek misra, Pls could you tell me from where you got a command to set the user id . I am a amateur in C++ programming and i do not command much strngth...