From: "Geoff Schoenbaum, MD, PhD" Newsgroups: comp.os.msdos.djgpp Subject: Re: conio.h (_inp/_outp) Date: Wed, 25 Mar 1998 12:07:11 -0500 Organization: Johns Hopkins University Lines: 11 Message-ID: <351939BF.1EDE0FDF@jhu.edu> References: <35193161 DOT 36C15B7D AT jhu DOT edu> Reply-To: schoenbg AT jhu DOT edu NNTP-Posting-Host: 128.220.27.223 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 Ach - just discovered these functions are not part of conio.h as it is delivered by djgpp - interesting because they are in conio.h as it is delivered in ms vc++. From poking around I have surmised that I need to replace my calls to _inp with inpw and _outp with outpw in order to use the same variables and return the same values my program currently expects. This is my first foray outside of vc++, will I be finding that many of my STL functions are not compatible with the libraries in djgpp? Geoff schoenbg AT jhu DOT edu