Xref: utzoo comp.lang.c:37848 comp.lang.misc:7235 comp.misc:11935 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!spool.mu.edu!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: <2813@maestro.htsa.aha.nl> Date: 2 Apr 91 13:19:51 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.