|
Alarm
How can I make a program that keeps time? That counts seconds and displays them as an output? I am trying to make an alarm clock program that after so many seconds opens up a sound file.
I am not experienced with C but I know the basics of "if" and "while" statements(I am fairly experienced with Macromedia's Flash Actionscript). I have made an alarm program in Actionscript but it is very easy to count seconds as you have a timeline and can change the fps, and then it is also easy to open sound files as they can be imported into the file. But in C I don't know how to do these things.
Any suggestions?
|