Home Forums C Programming Copy/Read/Write a binary file(.mp3)

Viewing 1 reply thread
  • Author
    Posts
    • #2095
      alok roy bithi
      Participant

      Hi all,
      The job is to read a .mp3 binary file and create(write) a new .mp3 file which is same as the original file. So, the basic thing we will be trying to do is to read/write of binary file(.doc, .pdf, .xls, .mp3). So the code should finally create a binary file(say a .mp3), which when opened with a player, should be recognized and played correctly.
      Has anyone worked on this?
      I mean, it will be appreciating if they can help me in getting started with this.
      Regards
      Swapna

    • #3384
      Priyansh Agrawal
      Participant

      Well, that’s C++-code. In C this would look like that:

Viewing 1 reply thread
  • The forum ‘C Programming’ is closed to new topics and replies.