0
how to add backsound in c ++? backsound that doesn't interfere with the running of the program? how to do it?
I add a song, then it interrupts the program. The next program will only be executed when the song has finished, how to add it in the background.
3 ответов
+ 2
In order to run 2 tasks concurrently, just fire another thread tasked to run your background song while your main working thread is doing the task it have to do.
+ 1
Puspa Sari are you sure you using cpp because in tag you mentioned c++ are you using QT or u trying on html 😌🙃
0
A.S. in C++.