newbie question

  • Thread starter Thread starter K. meier
  • Start date Start date
K

K. meier

Hi All

In order to learn C++, I want write a programm which plays back a wav
file.

I know some C and DSP programming. Could you give me a hint where to
begin, possibly a sample programm.

thanx
 
I'd use the MCI object for starters.

look in the MSDN for MCI_LOAD/MCI_PLAY etc.

it wouldn't be the best way to start learning C++ though, I'd recommended a
text book on the subject, and going through a few examples to pick up the
basics.

good luck!
Dan.
 
Back
Top