How do I open a file in binary mode in C++ (using Borland C++ Builder 5)?
What I need to do is to erase the ID3-tag of an mp3, and in VB you opened it in binary mode and wrote nothing to the 127 first bytes or something like that. I was thinking I could do that again, but in C++ instead. Any ideas how?