Please use code tags when posting code. How far have you got with this new function? Have you got the function prototype yet? Do you know how to...
Alternatively if you want to stick with Mano then get a few more books on the same subject and read them as well. A single author's take on a...
This Mano book seems to be more trouble than it's worth. Since the choice of course books is yours to make, can I recommend you shred this one...
Have you had a look at http://www.oracle.com/technology/index.html ?
Forget email as a marketing tool. Only email those customers who are genuinely interested, i.e. those who have OPTED IN to something that can...
You free the memory pointed to by the pointer, not the pointer itself. There is no magic connection between a pointer and the memory it points...
Taking your questions one by one, keeping the numbering, and I assume this is a question, which I will number "7": when we pass object as argument...
Well, how would you do it on paper? What day number is 14th March 2003? 14th March 2004? If you can't use arrays then you'll have to use fixed...
No. Let's say you want to run a few programs at the same time, and again you've got 4 pages. Start program A that uses two pages; memory contains...
I can only really answer this with a circular argument: if by "first request" you mean "first request of something that's in the swap file", then...
Best bet is to raise the problem with the application authors; they may have seen this problem before and have a fix for it; if not then they will...
For sake of argument let's say that the resistance varies pseudo-sinusoidally something like 400, 500, 600, 500, 400, 300, 200, 300, 400, 500....
Which bit are you stuck on - the electronic theory that you have to implement in code, or the code itself? Supposing you were to do this manually...
Have you solved this one as well and are about to make another post with the next bit? Or are you really stuck this time?
Use code tags when posting code. In what way are the answers wrong? What data did you enter, what results did you expect, and what results did...
We won't do your assignment for you but we will help you do it. How far have you got with it and where are you stuck? Are you getting any errors,...
Again: why do you want to do this? i.e. "so that it reduces the number of arguments" so the question is: Why do you want to reduce the number of...
Perhaps it would be advisable to post the problem in a forum where people know what SCOSTA, EF, DF, MF, SAC, SAE and FCP are. How can the card...
Accessing the stack contents is dead easy, just create a local variable, take its address and scan memory around that location. The wider problem...
Yes. You'd need to know the format of the cookie though, which may be difficult to determine, but there's nothing to stop you constructing one...
Separate names with a comma.