From: Chris Holmes Newsgroups: comp.os.msdos.djgpp Subject: Re: Integer to String Date: Sat, 14 Aug 1999 11:07:59 -0400 Organization: Georgia Institute of Technology, Atlanta GA, USA Lines: 11 Message-ID: <37B5864F.2171@surfsouth.com> References: NNTP-Posting-Host: r33h43.res.gatech.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news-int.gatech.edu 934643773 11737 128.61.33.43 (14 Aug 1999 15:16:13 GMT) X-Complaints-To: usenet AT news DOT gatech DOT edu NNTP-Posting-Date: 14 Aug 1999 15:16:13 GMT X-Mailer: Mozilla 3.04Gold (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. itoa() int to string atoi() string to int Chris