fp1;

  1. cyber

    c program problem

    algorithm.. opens a file containing hex values (jpeg image) obtains the first four bytes and compares with 0xe0ffd8ff or 0xe1ffd8ff to check whether it is the start of a jpeg image. if so, copies 512 bytes into the first file..(jpeg's are stored in 512 byte block) repeats the process...
Top Bottom