How to make mp3 player | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to make mp3 player

is that possible to make mp3 player using c++ language. i just need very brief answer.

29th Jul 2019, 9:57 AM
nemesis prasa
1 Réponse
+ 1
#include <Mmsystem.h> #include <mciapi.h> #pragma comment(lib, "Winmm.lib") mciSendString("open \"*.mp3\" type mpegvideo alias mp3", NULL, 0, NULL);
22nd Feb 2020, 12:50 PM
高于鈞
高于鈞 - avatar