User profile: sammy206

User info
User name:sammy206
History
Joined:
Number of posts:3
Latest posts:

I wrote a program 2 determine the type of file. Output i am expecting FF D8 FF E0 but i am getting 0x22fda8
It 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