Hey!
I had this idea of creating a count down timer, like 01:02, on the screen (fullsize). One thing is that I really don't have a clue on how to start.
I do know basic c/c++, win32 api and a bit of gdi.
Anyone have any pointers on how to start this? My program would be like making the computer into a big stopwatch (but with added features)
Not asking for code, just some ideas/primers on how to start this. Doing mostly web stuff has made me a bit rusty in win programming.
Any ideas are welcomed
Thanks
Note: I think I have to do this with c/c++ because of speed. My stopwatch program would run in a very slow pc, something like a p3 800mhz, so speed is really important.