I wrote a program 2 determine the type of file. Output i am expecting FF D8 FF E0 but i am getting 0x22fda8It is working now and in the process i learned a few things. Thanks for all the help.
I wrote a program 2 determine the type of file. Output i am expecting FF D8 FF E0 but i am getting 0x22fda8**Cire i am sorry about that, i made some modification and now i can output FFFFFFFF FFFFFFD8 FFFFFF...
I wrote a program 2 determine the type of file. Output i am expecting FF D8 FF E0 but i am getting 0x22fda8#include <fstream> #include<iostream> using namespace std; int main() { char buffer[100]; ...
This user does not accept Private Messages