How to make a time based regular function?Like something that plays a sound every 1 second?
nerdinator 0 Light Poster
Recommended Answers
Jump to Post>How to make a time based regular function?
>Like something that plays a sound every 1 second?
To what end? If all you want to do is hog the process and play a sound every second, it's a trivial matter:#include <iostream> #include <windows.h> void kindadumb() { …
All 4 Replies
jBat -3 Light Poster
nerdinator 0 Light Poster
Narue 5,707 Bad Cop Team Colleague
Salem 5,265 Posting Sage
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.