Floats to chars and chars to floats4424 (9/16/2005 3:29:37 PM) comp.lang.c -Hello, I'm looking for a way to deconstruct a (32 bit) float value to four (8 bit) char values. I then need a way to take those four (8 bit) char values and construct a (32 bit) float value. The reaso... Kosio
Extracting Digits from a Number1327 (9/9/2005 2:28:26 PM) comp.lang.c Hello, I know of a way to extract digits from a number using the %10 and divide by 10. But I am wondering if there is an algorithm out there that does not use a divide by 10 feature. The reason I ask is that... Kosio
Dynamically Renaming Fields?17 (7/29/2005 8:13:12 PM) comp.databases.ms-access Is there any way to setup a make-table query so that it names the fields of the new table based on values in a different table. For example, I have the following fields: Noun, Adjective, Modi 1 Name, Mod 2 Nam... Kosio