Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!zephyr.ens.tek.com!tektronix!reed!minar From: minar@reed.bitnet (Nelson Minar,(???)) Newsgroups: comp.lang.c Subject: scanf() and float problems in Turbo C 2.0 Message-ID: <14298@reed.UUCP> Date: 28 Feb 90 05:09:44 GMT Sender: news@reed.UUCP Reply-To: minar@reed.bitnet (Nelson Minar) Organization: Reed College, Portland, OR Lines: 19 I apologize: I know this problem was just asked on the net, but I cannot seem to find the old articles that pertain to it. I am using scanf() to input doubles (%lf) in a Turbo C 2.0 program. When it tries to do the scanf() there is a runtime error: scanf() : floating point formats not linked. Abnormal program termination (or something very similar) how does one force the TC linker to work around this bug, from within the IDE? Does it have something to do with how I have the project set up? (the program that does the scanf() doesn't do anything fancier with floating points than divide them, and the declarations involving doubles are in a header file) please mail the answer: the net has already seen this question once.. thanks!