I'm trying to build morse code, but seems like I cannot find the way to operate the duration of the beep. Could someone help me with this problem?
Thank you
This is a discussion on Morse Code within the C Programming forums, part of the General Programming Boards category; I'm trying to build morse code, but seems like I cannot find the way to operate the duration of the ...
I'm trying to build morse code, but seems like I cannot find the way to operate the duration of the beep. Could someone help me with this problem?
Thank you
There's no portable way to do this. We'll have to know your OS at least.
Devoted my life to programming...
I guess my OS is windows 7.
( You guess?!)
Your best bet would be the WinAPI Beep function
Devoted my life to programming...
Another thread for moderators to move. This is not a C problem. It is a Windows programming problem.
Right 98% of the time, and don't care about the other 3%.