You have only defined one constructor: exforsys(int x,int y) which takes two arguments. So you cannot use the syntax "exforsys e1;" to create an...
http://www.cplusplus.com/reference/std/memory/auto_ptr_ref/ Also try Googling; you are not likely to be the first person in computing history to...
Also you can help yourself better by answering any questions asked. Re-read my previous post and see if I've asked one you haven't answered, and...
What happens if you don't cast it, i.e.: setvect(vect, isr);
How far have you got and where are you stuck? This is *really easy* to do. This is not a free homework service; you must show your work and we...
You need to know MSDN: http://msdn.microsoft.com This has all the information you'll ever need on Windows programming. Much of the documentation...
Please read the posting guidelines. These explain how to use code tags. Then repost your code with code tags so that it is readable. Also you've...
res points to a struct addrinfo This article explains how linked lists work: http://en.wikipedia.org/wiki/Linked_list The X box at the right of...
Post times: 04-30-2010, 10:45 PM initial post 05-01-2010, 03:36 PM "...I'm getting zero response..." Maybe you didn't get a response because you...
If you increment a pointer to a thing, the pointer is not just increased by 1 byte but by the size of that thing. So a pointer to char will...
Sounds like you get a chance to be fairly creative. Download a trial copy of Goldwave, an audio editor, and see what it allows you to do with...
Do you know how to loop over an array, and modify the values within that array? What does an individual entry in sound_data[] represent? For...
Don't hijack other people's threads please. Start your own; it's free. And please start a new one per problem. But don't post all your problems...
Well it gets easier with experience, plus in the "real world" you'll find the restrictions are a lot more logical and easier to understand. No...
OK what I did here was to group the orders into two parts, one for each truck, and this is for two trucks. The first part is just the first...
OK this is not easy. Are you certain that the trucks *must* be packed as evenly as possible or would it be OK to pack them according to the...
Also if you lop out the 5 44 100 from the example you used, leaving 18 18 8 3, how would that be packed? 18/18+8+3 is more even than 18+18/8+3,...
Ah yes sorry I had missed that particular subtlety. OK, let's take some more example data. Here are some numbers I have for something else: 4 11...
The problem could be that you are trying to solve it all in a single hit. This is not possible (which is why you've been thinking for over a week...
http://lmgtfy.com/?q=entity+relationship+diagram
Separate names with a comma.