Any language you know should be capable of such a task. If you don't know any, then go for something simple like Visual Basic.
OK, so where are you up to in the program design? Have you decided how it's going to work? Have you started any coding? Where are you stuck, and...
A and B will most likely need to be referred to a Fruit expert; are there any forums associated with the program? At a guess the difference will...
And what is an M/M/1 queue?
Do you have RecordNow installed? I've noticed that somehow RecordNow seems to "downgrade" DVD writers to CD Players, unless you go in through the...
What is an M/M/C queue, and is it M/M/C or M/M/1?
> Hmm.. so we can declare define in a function like this! No, you're not defining in a function. The preprocessor looks for # lines and...
This is impossible to answer without the definitions of ptNum, m, amtAddr etc. Also the addresses are likely to change whenever you change the...
A: how long did it take? You've got 33 object files there, so presumably 33 source files; if each takes 10 seconds to compile then that's 330...
Every class X has a default compiler-provided constructor X::X() which you can override if necessary. In your example five constructors will be...
I'll help but I'm not going to do it for you. How far have you got and where are you stuck? Do you know how to read the 25 bytes? Do you know how...
Where are you up to? Could you (restricting posts on this code to this thread only) post the code you've got so far, with code tags, and explain...
I guess sizeof int is 2 on your system. In derived3 you have derived3::l, derived1::j, derived2::k, derived1::base::i and derived2::base::i, which...
#-lines are processed lexically with regard only to line numbers, and you can use them anywhere it makes sense to do so. So the following is...
What does the file contain? (If you open it in a hex editor then you'll know exactly. Try xvi32)
1. sizeof var and sizeof &var will not necessarily be the same for a datatype. If the datatype size is the same size as a pointer (e.g. if ints...
I don't know what "the first menu item when entering the character to be printed" means - could you clarify? Could you perhaps give the line that...
There are two ways you could look at this. (1) If they're rising from left to right then they're descending from right to left. So modulo (%) the...
Please use code tags when posting code. Saves code being translated into stupid smilies. Does the file exist?
Please use code tags when posting code.
Separate names with a comma.