[Home] [Groups] - Message: [Prev in Group] [Next in Group]
7172: [MUD-Dev] Re: [CODE QUESTION] How to encode floats into bytes?
[Full Header] [Plain Text]
From: Richard Woolcock <KaVir@dial.pipex.com>
Newsgroups: nu.kanga.list.mud-dev
Date: Mon, 07 Sep 1998 19:11:44 -0700
References: [1]
Organization: Kanga.Nu
Regarding my last post, I completely missed the subject of the message ;)
Sorry...but I'm sure the same idea could be applied to char's, eg:
typedef union
{
char Char[4];
float Float;
} char_float_type;
KaVir.