1. The only rule is that you must define it before it is used. So that can be on the line immediately before the myArray declaration, or before...
I don't understand your question. What output did you get from the above code, and what output did you expect? I would expect: convertint...
Good start. Double that and you've got the first part. After that you need to display a menu of choices: reverse string, change case and so on,...
In that case a sanity check is needed. How much data is your "huge bank of data", and how do you know that removing bits of the application will...
Why not use the full application, but only use the bits of functionality that you need?
How far have you got and where are you stuck? Do you understand the project requirements? I find it helpful with projects like this with...
How far have you got and where are you stuck? Do you understand the project requirements?
Hmm, I must have missed the bit in the FAQ that says "just post your homework and we'll do it for you". Sarcasm aside, presumably you want help?...
Sounds like homework. How far have you got and where are you stuck?
How far have you got and where are you stuck?
args is a pointer, so you must use args->id, not args.id.
How far have you got and where are you stuck? How do you plan to terminate the input loop? You could ask how many numbers are to be input, or you...
123456789*4/1048576=470.95=470MB assuming sizeof(long unsigned int)=4. Maximum k within 64MB is 16777216 (actually 16777215 due to your "k++"...
Thank you for fessing up that this was your homework (that would have been my first question anyway, because you aren't the first to post a...
You need to use a function that returns VK_ values, such as GetKeyState. gets is not one of those functions so you cannot use it for what you...
How long do the programs run for and what accuracy is needed? Or, to put it another way, why can't you use the method I suggested?
I just did name some simple software (time), and you didn't answer the questions I asked about duration and accuracy. Why not ask at those sites...
How long do the programs run for and what accuracy is needed? Be aware that hardware differences could explain this. If your overclocked 5GHz i7...
OK, what do you need help with? You've written some fairly advanced stuff there with friends and operators and so on, so the whole task should be...
Separate names with a comma.