From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: Date: Thu, 12 Feb 1998 12:21:58 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 32 Message-ID: <34E2DB56.5515BABD@LSTM.Ruhr-UNI-Bochum.De> References: <3 DOT 0 DOT 5 DOT 32 DOT 19980211115618 DOT 007ecc60 AT mail DOT kudos DOT net> <34E22910 DOT F245ED05 AT cornell DOT edu> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk A. Sinan Unur wrote: > > Gerald Wann wrote: > > I'm new to djgpp and want to create String objects in a program. > > However, when > > i try the simple test program > > > > #include > > string.h is the ANSI standard C header. try > > #include > > -- Sinan Interesting. I always thought that, too. However, two other people suggested <_string.h>. After a short glance, both seem to be rather differently. Is one of them outdated, less portable, or where is the difference? -- Ciao Tom ************************************************************* * Thomas Demmer * * Lehrstuhl fuer Stroemungsmechanik * * Ruhr-Uni-Bochum * * Universitaetsstr. 150 * * D-44780 Bochum * * Tel: +49 234 700 6434 * * Fax: +49 234 709 4162 * * http://www.lstm.ruhr-uni-bochum.de/~demmer * *************************************************************