Your code challenge, a program that: - accepts 1 WMA file name on the command line - accepts -a for artist - accepts -t for title - removes the current tag from a WMA - writes a new tag to the WMA file containing the new artist & title
Code challenge bonus points: - the program does not obliterate the existing tag but merges the new information - the program is robust and does not destroy any of the test WMA files - the program does not emit any compile warnings during build - the program is UTF-8 clean