I am writing a C++ application for Windows Mobile and cannot find any solution to my problem. In my application I want to open a WAV file. There are 2 problems for me:
- what function shall I use to open and close a file? Is
fopen
sufficient? - where shall I put the WAV file on my PC's harddrive to open it from the emulator? And what directory should be given in the code?