The control program for a device-driver process is an infinite loop.
Roughly, the loop body is: wait for I/O request from user process; send
I/O command to device; wait for command completion; notify (unblock) user
process.
a) [10 marks] Suppose the device driver waits by polling the...
I'm sure that a this game is nothing to compare to half life, but anyway, to rephrase, the question was : Can anyone give me some tips on how to start to implement a copy of this game? Which is better, C++ or Java in such a case? How important is the use of DirectX in implementation?
Just...
Programming tip needed :)
Well this is the story,
I have to create a game similar to this one
http://www.windowsgames.co.uk/mother.html
I'm sure it's not a big deal, but thing is I'm majoring in hardware, so I'm kinda back on programming issues. So I was wondering if anyone can give...