Lots of answers to and discussions about this online. http://lmgtfy.com/?q=compare+const+define Why do you need to start yet another thread about it?
A variable name only represents a location in memory. Since each i is in a different function the compiler can tell the difference and there is...
What exact problem are you trying to solve? i.e. why do you want a list of data type definitions (etc)? But if you look through windows.h and...
If you don't need to store the entire string then you can just read it from input a character at a time. A lot of utilities are based around this...
After reading the article, try to implement it yourself (hey, you might find you can do it, and it's how we learnt before the internet became a...
Use Google, and look for Wikipedia articles. Many programming topics are adequately covered in WP. http://lmgtfy.com/?q=linked+list
This is as easy as just sending send_data instead of hexstring, isn't it? So change this... printf("Type Something (q or Q to quit):");...
What help do you need? valley_07 has already posted some code; can you adapt that to your needs?
With around 30 years experience programming, having started in about 1980, I haven't got a clue how to answer that question. So the question...
Never. main always returns int, and you should return either the constant EXIT_SUCCESS, or the value 0, unless you have a good reason for doing...
Sounds like an academic question to me. Try looking through your course notes; you should find the answer there.
Found by Googling "visual studio 6", with the quotes: http://msdn.microsoft.com/en-us/library/ms950417.aspx
What processor are you programming? Each one has its own language.
Well, what do you think it does? You've already mentioned queues; could that be a hint? Are there any lines in the program that display...
There isn't one. You just call the kernel directly. I think, anyway. What kernel system calls do you want to call?
Urgently?
Your code displays on each line values from i (which increases by 1 each new line) to i+j. But you want each line to begin with the last number...
How can we debug your code without seeing it? (Hint: if posting code, use code tags)
Why 12? Where did this number come from?
Sure. Where exactly are you stuck? What's your code so far? Have you got a precise description of the program you want to write?
Separate names with a comma.