Date: Mon, 7 Feb 2000 18:30:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Chan cc: djgpp AT delorie DOT com Subject: Re: conio.h In-Reply-To: <389EDF92.BFD15ECE@mailserv.cuhk.edu.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 7 Feb 2000, Martin Chan wrote: > If I include in GCC for PC, can GCC for Unix compiles it > successfully? No, conio.h is PC-specific. Linux has a replacement header, but other Unix flavors do not (AFAIK). If you want portability to Unix, use curses. There's PDCurses which provides this feature for DJGPP, and on Unix curses are a standard feature.