Hello. I'm kinda new to C++ and want to play two beeps through the system speaker (PC) (Using Beep() of course) at the same time for a song I'm working on. I heard about multithreading, but, as i am only slightly experienced in c++, am having trouble understanding it. Could someone please write a small sample to help me understand?
Kind regards,
Nimaid
P.S.
I would prefer not to use any external libraries. Thanks!