Date: Mon, 1 Dec 1997 18:54:51 -0600 (CST) From: Andrew Deren To: Jamie Love cc: DJGPP mailing list Subject: Re: converting floats to strings In-Reply-To: <199712020026.NAA17553@fep1-orange.clear.net.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 3 Dec 1997, Jamie Love wrote: you can use sprintf to do that examples: char text[250]; float f; sprintf(text, "%f", f); This works like a regular printf but instead of printing to screen it prints to string. I hope that helps. > hi, my problem is summed up in the subject. Is there a function that can > convert float variables to strings? > > Jamie Love > now on the web at http://www.geocities.com/SiliconValley/Horizon/4532 > e-mail me at jamie DOT love AT clear DOT net DOT nz > ,,, (0 0) +-------------oOO----(_)-------------------+ | Andrew Deren | | aderen AT eecs DOT uic DOT edu | | www.eecs.uic.edu/~aderen/ader/main.html | +-------------------------oOO--------------+ || || ooO Ooo