X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 12 Oct 2004 09:34:46 -0400 Message-Id: <200410121334.i9CDYklr025446@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <416b8b66$0$173$cc7c7865@news.luth.se> (message from Martin Str|mberg on 12 Oct 2004 07:44:38 GMT) Subject: Re: include conio and math References: <416b8b66$0$173$cc7c7865 AT news DOT luth DOT se> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 2. If you choose C++, you need to check how you interface with C > functions from C++ (conio.h is C header). All DJGPP-specific headers can be used from either C or C++. But you have to inlude not even in C++ as that one isn't a new-style C++ header.