A
Alex
Hello people,
I have a code written in JAVA that creates field of bytes:
byte[] uuid = new byte[16];
Now I have to translate this line into C++. I'm working in VS 6.0.
(unfortunately I have to).
Is there any class in MFC framework that I can use like bytes? Or I
have to use char[8] as a byte ((? I want to avoid this, cause I need
bytes later, and fields of chars are not very comfortable to work with.
Or I have to create my own class? What do you suggest me?
I'm pretty new in this, don't mind.
Thx for answers,
Sash
I have a code written in JAVA that creates field of bytes:
byte[] uuid = new byte[16];
Now I have to translate this line into C++. I'm working in VS 6.0.
(unfortunately I have to).
Is there any class in MFC framework that I can use like bytes? Or I
have to use char[8] as a byte ((? I want to avoid this, cause I need
bytes later, and fields of chars are not very comfortable to work with.
Or I have to create my own class? What do you suggest me?
I'm pretty new in this, don't mind.
Thx for answers,
Sash