Path: utzoo!attcan!uunet!husc6!uwvax!rutgers!njin!princeton!udel!rochester!pt.cs.cmu.edu!speech2.cs.cmu.edu!jgk From: jgk@speech2.cs.cmu.edu (Joe Keane) Newsgroups: comp.lang.c Subject: Re: Problem with Turbo C and floating point Message-ID: <2719@pt.cs.cmu.edu> Date: 16 Aug 88 18:43:48 GMT References: <1817@akgua.ATT.COM> Sender: netnews@pt.cs.cmu.edu Organization: Carnegie-Mellon University, CS/RI Lines: 9 In article <1817@akgua.ATT.COM> brb@akgua.ATT.COM (Brian R. Bainter) writes: >When I load this "floating point" >string into a float with a sscanf, I do have a sort of problem. Did you use `%f' instead of `%F' or `%lf'? --Joe -- --