Can you provide more info on what you need.
I am not able to understand rightly what u need.
Raghuram
well my lecturer asked me to go thru the commands that were used in C language using binary file!
She had a given me a task to use C language to create a hex reader/compiler/editor, for use in our college for modifying *.bin files.
thats y i don't undertand wat type of commands that she needs!
well my lecturer asked me to go thru the commands that were used in C language using binary file!
She had a given me a task to use C language to create a hex reader/compiler/editor, for use in our college for modifying *.bin files.
thats y i don't undertand wat type of commands that she needs!
In C language the command used o read the binary file is fread and you shuld use memcpy for copying the read buffer to another buffer.
Comment