valtikz 36 Junior Poster in Training

anyone knows how to play sounds(wav, or mp3) in (linux)fedora 10 using gtkmm with c++?

I only have:

system ("mpg123 test.wav");

but every time the sound will play the program will stuck until the sound has been ended. The sound and program must play at the same time.

Thanks in advance.