Again you're making the mistake that it "should be" some value. It varies by implementation. Re-read that until you get it. 16 is equally valid...
>> then hw the split up of memory will be Simply take the address of each element and display it on the screen. malloc a new HEAD then printf...
What does this line do? multiplicand * 1; OK, more accurately: I know what it does, but what do you think it will do?
Do you really mean "char name"? Names are usually more than one character long. But anyway, you will get different results from different...
Also the error could have something to do with brackets. Look more closely at the brackets, and use an editor that shows which brackets match...
That's because ptr->data is of type struct itemType { string author; string title; float price; }; but GREATER is an enum, i.e. an...
Could you clarify the question please? We do not all have the same books as you. Or copy the question here (which might be better than a...
Neither is better; they are different tools for different jobs. You may as well ask which is better out of a hammer and a screwdriver.
1. Google gcc: http://lmgtfy.com/?q=gcc 2. Find "Download" 3. Click on a suitable hyperlink, e.g. Binaries 4. Select a suitable link according to...
What do you think it will be? What do you get if you run it in a C program? Why do you think that asking here is easier and quicker than writing a...
I haven't checked through your code but are you capturing a window by using its window handle? If so then you can capture the full screen simply...
Of course he did. We really believe you. Tell him to call the bank; they'll reset it for free, no hacking needed.
Well, I don't understand most of that as you seem to have half the letters missing on your keyboard. When new to a forum, it's always worth...
Correction: yes there are. Direct links: http://bitsbyta.blogspot.com/2011/01/least-common-multiple-lcm-c.html...
Re: Finding LCM & GCD in C++ There is no such program at that site.
clrscr(), getch(), single letter variable names, no comments or explanation, void main(). Please stop posting code until you can do a better job...
clrscr() and getch() again. Single letter variable names. No comments. My score for this post: 1/10 for effort. To get the other 9 you'll need...
This is Java, not C++. If you're going to post demo code, you should at least get the language right. If we don't have a Java forum, that means...
Agreed; if you're going to post demo code then (a) it should not use any platform specific extensions; (b) it should be a lot better commented...
No it's not. See those two asterisks? They change the meaning significantly. Also look at the comment; that should give you a clue. The reason...
Separate names with a comma.