0
Sound
Another thing I want to know is how do you add sound to your programs?
2 Respostas
+ 1
Depends on language. In C/C++ you use libraries like SFML. You compile them, include the correct headers, then link them when compiling your programs.
0
Thank you