R
rahul
Hi!,
I have a java program that receives data via sockets from a C program.
The java program has to recieve the data in byte format. I need to
send character arrays from the C side after converting data in byte
arrays. How can I accomplish this in C? I am using ansi C(gnu). Is
there a way to have a byte datatype in c?
Thanks,
Rahul
I have a java program that receives data via sockets from a C program.
The java program has to recieve the data in byte format. I need to
send character arrays from the C side after converting data in byte
arrays. How can I accomplish this in C? I am using ansi C(gnu). Is
there a way to have a byte datatype in c?
Thanks,
Rahul