Date: Sun, 1 Sep 1996 09:19:10 +0200 (IST) From: Eli Zaretskii To: Gilles Bouthenot Cc: djgpp AT delorie DOT com Subject: Re: struct ffblk bug in C++ ? In-Reply-To: <01bb95f3$71842da0$529033c2@megar.fc-net.fr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 29 Aug 1996, Gilles Bouthenot wrote: > It works perfectly when compiled in C (TEST.C) > But when I rename it to TEST.CPP, the program doesn't work: the first two > letters of ALL entries are missing !! > I think that it is a bug in the declaration of the ffblk struct. Did you > ever found this problem ? Please read section 22.10 of the DJGPP FAQ list (available as v2/faq201b.zip from the same place you get DJGPP). It explains the reason for this bug and how to work around it in C++ programs.