|
-
February 23rd, 2006, 09:34 PM
#1
primitive data question
hello 
too much use of CString and now I don't know how to use unsigned char anymore....
just some question/confirmation
unsigned char data[128];
1. how to put data? memcpy?
ex. memcpy(data, "the quick brown fox", 128 ) ---> ??
2. how to know the actual data length of the data variable??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|