If I have all binary info about a file ( .jpg or .doc or any file ) in a .txt file how do I display
it in that associated program without knowing which format is it .
Say for example I have complete binary info including header and other meta info of test.pdf in binary format in a
outdata.txt file. How do I display test.pdf after reading the outdata.txt.( in windows XP and with C /C ++ coding)
Or say I have complete binary info including header and other meta info of image.jpg in binary format in a
outdata.txt file. How do I display image.jpg after reading the outdata.txt.