From: skb AT xmission DOT removethis DOT com (Scott Brown) Newsgroups: comp.os.msdos.djgpp Subject: Re: Integer to String Date: Sat, 14 Aug 1999 17:08:56 GMT Organization: (none) Lines: 8 Message-ID: <37b5a288.252738108@news.xmission.com> References: NNTP-Posting-Host: slc368.modem.xmission.com X-Trace: news.xmission.com 934650221 4639 166.70.2.114 (14 Aug 1999 17:03:41 GMT) X-Complaints-To: abuse AT xmission DOT com NNTP-Posting-Date: 14 Aug 1999 17:03:41 GMT X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 14 Aug 1999 13:59:57 GMT, "BuckTheMan" wrote: >How could I convert an integer to a string, I know atoi converts a string to >an intger, but thats the opposite of what I need. Try sprintf.