okay, i'm trying to make my own little id3 tag editor for mp3s
i'm writing this using microsoft visual c++ 6.0
i have no clue where to start, i just made a little class header with some functions to retrieve the tags and more functions to change them. I made some private data members to represent fields such as location, title, artist, and genre of mp3.
i wanted to have a loop that would read each mp3 file in a given directory. For each file it would load the mp3 tag fields into the program.
can anybody help me out with this, thanks
Comments
You should visit the www.wotsit.org. and search for mp3 you will get what r you looking for.
thanks.
----------------------->ASH
: okay, i'm trying to make my own little id3 tag editor for mp3s
:
: i'm writing this using microsoft visual c++ 6.0
:
: i have no clue where to start, i just made a little class header with some functions to retrieve the tags and more functions to change them. I made some private data members to represent fields such as location, title, artist, and genre of mp3.
:
: i wanted to have a loop that would read each mp3 file in a given directory. For each file it would load the mp3 tag fields into the program.
:
: can anybody help me out with this, thanks
: