From: "BuckTheMan" Newsgroups: comp.os.msdos.djgpp Subject: Integer to String Lines: 4 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Sat, 14 Aug 1999 13:59:57 GMT NNTP-Posting-Host: 24.5.116.198 X-Complaints-To: abuse AT home DOT net X-Trace: news.rdc1.tn.home.com 934639197 24.5.116.198 (Sat, 14 Aug 1999 06:59:57 PDT) NNTP-Posting-Date: Sat, 14 Aug 1999 06:59:57 PDT Organization: @Home Network To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.