Search results

  1. Z

    c++ program to alter bytes of an image file

    hey guys, i was trying to write a c++ program to alter every 4th byte of an image file.... i want to replace every 4th byte in the file with a 7.... but the program doesnt seem to be working...can someone help me out with it.... this what i wrote: #include<conio.h> #include<dirent.h>...
Top Bottom