User profile: gagan dawar

User info
User name:gagan dawar
Name:GAGAN DAWAR
Location:G.NOIDA
History
Joined:
Number of posts:5
Latest posts:

wRITING DATA IN FILE
No i want to write into file as hex format

wRITING DATA IN FILE
If i use this it is printing the exact value fseek(bbcb,8,SEEK_SET); test[0]= 0x32; test[1]= 0x65...

wRITING DATA IN FILE
Here's my code: // CRCCAL.cpp : Defines the entry point for the console application. #include<io.h> ...

wRITING DATA IN FILE
i have an issue regarding Writing data int binary file. Actually i want the data to be written as H...

Reading string char array into character buffer
How can i add string array into character buffer; I want that buff[0]=str2[0]; buff[1]=str2[1]; ...