Byte Dataype in C
From: rahul (rahul_41_at_yahoo.com)
Date: 03/30/05
- Next message: Keith Thompson: "Re: enum allocated size"
- Previous message: Chris McDonald: "Re: K&R3?"
- Next in thread: Ravi Uday: "Re: Byte Dataype in C"
- Reply: Ravi Uday: "Re: Byte Dataype in C"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Mar 2005 00:50:50 -0800
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
- Next message: Keith Thompson: "Re: enum allocated size"
- Previous message: Chris McDonald: "Re: K&R3?"
- Next in thread: Ravi Uday: "Re: Byte Dataype in C"
- Reply: Ravi Uday: "Re: Byte Dataype in C"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|