One presumes you are aspiring to be a cracker/exploiter?
Why would you post the same question 3 times? To dilute your response? Because you don't even know enough to know where it goes? Because you...
I presume you mean console/command window when you say "MSDOS". If not, you have an ancient system whose utility in learning will be minimal....
Please explain what a generic binary image is. I never heard of it. It's doubtful that anyone is going to write your code. For one thing,...
There's a command line option to prevent the console window from showing. Don't know which gcc you're using (what invokes it, if other than you),...
Worked for me. Maybe you have some locale issues. [IMG]
The syntax is a little strange, since &array is the same as array is the same as &array[0] (array labels are treated much like pointers, since one...
Assigning a value to a pointer is NOT allocating it. You can only free a pointer that your have gotten from malloc or its variants.
The concept is to take an array of char and treat it as a long, thus transferring 4 bytes at once. The concept is dicey, as different...
The pointer that you return from send is a local value that goes out of scope when send returns. It is available for use by other code declaring...
Malloc has no idea what you want the memory for. It simply allots you the number of bytes that you asked for. You can memset that same number of...
Check out "recursive descent".
Is this the exam question of the week, or what?
MAY pay? Get real.
Advantages are in the mind of the beholder. C is a lower-level language, with more direct control over the machine as actually built. It...
What's the point of a one-byte array? Why not just define a char? You also might as well redirect a line at a time since the standard libraries...
English is a communication-oriented language. It was developed initially by Robin Hood and his Merry Men. Originally called Sherwood, after...
If these are your idea of tutorials, let me inform you that a decription is not a lesson and an amoeba is not an elephant.
Please read the question and refrain from giving bogus information. I/O redirection in the command shell redirects the stdin/out/err streams,...
First, read "Before you make a query". If you already have, then you're just being rude. Secondly, the operations you're performing result in...
Separate names with a comma.