Sound | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Sound

Another thing I want to know is how do you add sound to your programs?

7th Feb 2018, 10:58 PM
Jax
Jax - avatar
2 Respuestas
+ 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.
7th Feb 2018, 11:46 PM
non
0
Thank you
7th Feb 2018, 11:47 PM
Jax
Jax - avatar