How to store unsigned char* data in a file using C?

Status
Not open for further replies.

ssss959

Member level 4
Joined
Dec 20, 2007
Messages
68
Helped
6
Reputation
12
Reaction score
1
Trophy points
1,288
Location
INDIA
Activity points
1,600
hi
i wanted to store unsigned char* data to file?
file is taking only const char*
 

problem in c program

just using a change,

unsigned char* p;

file.write( (const char*)p,...)
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…