-
porting my MP3 Player
Okay, im a newbie to VC++ so i know that what im asking won't be easy but im attempting to learn. I want to port my MP3 player to C++, does anyone know of any code to play mp3's to get me started with?? or if anyone is nice enough they can help me out with a little (okay a lot) of code to teach me how to design the interface and stuff.
-
Well, there's the source to cubic - www.cubic.org
Also, you could check the reference MP3 implementation (can't remember where to get it from, but it'll probably be something like libmpeg/libmp3 or something obvious).