Message-ID: <362F78CE.E0B8BDFF@clover.c2d.fedex.com> Date: Thu, 22 Oct 1998 13:26:22 -0500 From: Walter Moore Organization: Federal Express X-Sender: "Walter Moore" (Unverified) X-Mailer: Mozilla 4.04 [en]C-FedExIntl (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com, ummurr03 AT cc DOT umanitoba DOT ca Subject: Re: conversion int-->string References: <3634626c DOT 29813659 AT news DOT cc DOT umanitoba DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com there's at least a couple of ways that come to mind: itoa() or sprintf() LupusNoctus wrote: > > How does one go about putting the value of an int variable into a > string variable? it's not str dummy=intvar; that gives ascii value.