wtr
Full Member level 5
Hello
I have the following in C
The error message the compiler is giving me is
I tried unsigned long long. Alas it did not work.
I want to be able to read in a binary file & when I see (hex)AAAAAAAAAAAAAAAAAAAAAAAA43210033 I want to output the following to an out file.
Thanks in advance
Regards
Wes
I have the following in C
The error message the compiler is giving me is
Warning: integer constant is too large for its type
I tried unsigned long long. Alas it did not work.
I want to be able to read in a binary file & when I see (hex)AAAAAAAAAAAAAAAAAAAAAAAA43210033 I want to output the following to an out file.
Thanks in advance
Regards
Wes