Xref: utzoo comp.lang.c:37842 comp.lang.misc:7234 comp.misc:11933 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!htsa!maestro!joaquin From: joaquin@maestro.htsa.aha.nl (Joaquin Villar) Newsgroups: comp.lang.c,comp.lang.misc,comp.misc Subject: Floating point representation Keywords: Float,Turbo C,Quick Basic Message-ID: <2812@maestro.htsa.aha.nl> Date: 2 Apr 91 10:16:53 GMT Sender: bin@htsa.htsa.aha.nl Followup-To: poster Organization: AHA-TMF (Technical Institute), Amsterdam, The Netherlands Lines: 11 Can someone tell me how double precision floats (64 bit) are represented in memory and how they are stored on disk when using : Turbo C 2.0 Quick Basic 4.0 For my application, written in Turbo C, I have to read double float numbers from disk which are stored on disk by a program written in Qbasic. I know about the IEEE standard format for floats but I think neither Turbo C nor Quick Basic use this format. (Am I right ????). Please reply directly to : joaquin@maestro.htsa.aha.nl Thanks in advance.