Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!yale.edu!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.sys.apple2 Subject: Re: Help with Floats in Hyper C Message-ID: <16493@smoke.brl.mil> Date: 22 Jun 91 20:02:15 GMT References: <863@generic.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 9 In article <863@generic.UUCP> ericmcg@pnet91.cts.com (Eric Mcgillicuddy) writes: >> printf("%3.0f %6.1f \n, fahr, celsius"); >>bill@braille.uwo.ca >Certain compilers automatically coerce variables from one type to another, >HyperC does not. While it may be true that Hyper C does not correctly implement a translator for programming language C, perhaps the real problem is the totally incorrect printf() invocation as quoted above.