|
-
May 9th, 2003, 09:30 AM
#1
how to convert unsigned char [] to byte Array
Hello,
it is possible a converting a unsigned char into byte array ?
i ' d like converting a unsigned char [256] into byte array. (it s for converting Jni )
pleaze help me
Thx
kornFR
Please go vote , especially if you're french!
-
May 9th, 2003, 09:58 AM
#2
One solution is reinterpret_cast.
Kuphryn
-
May 9th, 2003, 02:02 PM
#3
kornfr,
Did kuphryn answer your question?
If not, please explain your question in more detail. I am not sure what you mean by a byte array.
Sincerely,
Kendall Russell
Memphis TN
John 3:16
For God so loved the world ...
-
May 9th, 2003, 03:25 PM
#4
byte is defined as unsigned char, so unsigned char [256] is already a byte array.
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
|