It's pretty easy, where are you stuck? Have you figured out how to do it on paper? Cos if you can't do it yourself, then there's no way you'll be...
Before the first printf, add the following line and show us the new complete output: printf("sizeof(int)=%d; sizeof(float)=%d\n", sizeof(int),...
OK. I get the feeling you want me to write it for you. That's not going to happen, so if that's what you want, this conversation ends here....
How far have you got and where are you stuck? Do you understand the requirements? What algorithm do you think you might use (as in: how do you...
Neither, because your code leaks memory, and in particular it leaks the value returned by malloc, so you cannot free it because you don't have the...
What's the directory of a file? Do you mean it's location, as in if the file is c:\some\path\to\the_file.txt, then you want to store c:\some\path\to?
It isn't necessarily going to be the same for every CPU, that's why I asked in the first place. But if you think it'll help, have a look at...
No idea. You're the one who wants to be an embedded programming expert, finding out what CPU you're using is about as relevant as a professional...
Which CPU are you using?
>> can neone kindly explain d diffrnce to me clearly..plz onli fyuc'n spleynt qst clrly 2 mi.
It's undefined behaviour, so you could get anything. In Visual Studio 2010 for example I get zero for both. The results are going to come from...
Forget the payment stuff please. This is not a pay site and TBH if I wanted paying you probably wouldn't be able to afford my rates. You might...
What version of Visual Studio did you use for the photos on Flickr? Why did you think installing bison, flax and java SDK would help? The errors...
You can't. Simple as that. C and C++ do not support runtime type creation (unlike, say, Javascript). The only way is to emulate it, for example...
VS2010 may be good for you, but the project requirement is Visual C++ 2005. It's likely the project would have to be ported to VS2010 as there...
Sorting is a very expensive way of finding duplicates. The simplest algorithm for finding duplicates is to compare every element with every other...
>> it doesn't work In what way exactly? Does it compile? If not what errors do you get? If it compiles and runs, what input did you give, what...
It's clearer if you do it on a spreadsheet. Set B1-D1 to the process IDs 1-3 and B3-D3 to the time remaining for each (2,4,8). The vertical axis...
Use fgets to read a line of input from the user (use stdin as the file pointer). Then you can parse the input to your heart's content.
Hello mcfnewbee. You'll probably find that MFC does not have that capability. You'd probably be better asking at a Microsoft forum.
Separate names with a comma.