cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
sound:
sound:
Mar 20, 2018 at 7:59pm UTC
samtheman
(29)
all I want "now" is some kind of beep sound after I trigger a event.
Mar 21, 2018 at 2:04am UTC
SamuelAdams
(1535)
cout <<
'\a'
;
or
Beep(523,500);
// 523 hertz (C5) for 500 milliseconds // requires #include <windows.h>
Topic archived. No new replies allowed.