Date: Wed, 28 Apr 1999 10:19:01 +0300 (IDT) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> X-Sender: eliz AT is To: Brian Bacon <lbiggs AT coho DOT net> cc: djgpp AT delorie DOT com Subject: Re: Challenge for C++ programmers: In-Reply-To: <013201be9124$d009b5a0$77023ace@alpha1> Message-ID: <Pine.SUN.3.91.990428101843.25283M-100000@is> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 27 Apr 1999, Brian Bacon wrote: > Such is the case with MS's Visual C++ v5.0 and 6.0 libraries... > In_Avail() returns zero... always... I found this out while trying to solve > the afore-mentioned challenge :) Well, does it work in DJGPP? If not, perhaps somebody could dive into the sources of the C++ libraries abd tell what exactly in_avail tries to do, and how? Then matbe we could solve this.