PDA

Click to See Complete Forum and Search --> : MediaPlayer (C++)


sail3005
Sep 21st, 2001, 08:47 PM
Hey, my friend and I (Wynd) are creating a simple c++ media player. We are starting out very small but we might add a GUI in the future. For now, i'll post and update the code in the first post. Thats about it for now.

// Play Wonderful Sounds

#include <iostream>
#include <windows.h>

using namespace std;

int main()

{

PlaySound("c:\\msft.wav" ,NULL,SND_FILENAME | SND_ASYNC);
return 0;

}

filburt1
Sep 21st, 2001, 08:48 PM
That's awesome. :D

sail3005
Sep 21st, 2001, 09:30 PM
heh, i said it was basic :D

Zaei
Sep 22nd, 2001, 02:51 PM
That's not even basic. It's C++ =P. cha cha ching!

Z.

DaoK
Sep 22nd, 2001, 08:04 PM
I think is a good start :D

sail3005
Oct 4th, 2001, 08:03 PM
the project has been put on hold indefinatly. :D