Date: Sun, 1 Jun 1997 17:50:25 +0300 (IDT) From: Eli Zaretskii To: Georgi Boshnakov cc: djgpp AT delorie DOT com Subject: Re: using libgpp class In-Reply-To: <199705311021.LAA12700@gold.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 31 May 1997, Georgi Boshnakov wrote: > I "discovered" that there is a file _string.h and included it. > This works. Is the underscore a general feature, that can be used for other > classes as well? This is explained in the DJGPP FAQ list (v2/faq210b.zip), section 8.2. All C++ headers that begin with a capital letter have an underscore prepended to their names in DJGPP. It is always advisable to browse the FAQ, to avoid waste of valuable time on rediscovering such things by yourself.