How do I make a media player in "pure c++"??? This has to be able to play stop fast forward rewind if you can only get one of those things to work I would still love to look at it. This would be come up in DOS. If you don't know how to do this but think you might know how then plz tell me. Note: im a new C++ programmer but im pretty good at vb 6.0.

For those of you who do not know what "pure c++" is, it is c++ that doesn't use anything that Microsoft's C++ gives you. You do all the code on your own and only use dll's that you made. In fact the only reason you use Microsoft's c++ is because it gives you a compiler.

Thx nukem