From owner-freebsd-questions Tue Apr 18 6:42:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.burgoyne.com (email.burgoyne.com [209.197.0.17]) by hub.freebsd.org (Postfix) with ESMTP id D158F37B90D for ; Tue, 18 Apr 2000 06:42:15 -0700 (PDT) (envelope-from wbs@redrock.net) Received: from lorins (witch.redrock.net [209.197.4.5]) by smtp.burgoyne.com (8.9.3/8.9.1) with SMTP id HAA14741; Tue, 18 Apr 2000 07:41:49 -0600 Message-ID: <000401bfa93b$e1833420$0900fea9@lorins.ild.telecom.com> From: "wbs" To: "Nicolau Werneck" , Subject: Re: C libraries Date: Tue, 18 Apr 2000 07:41:13 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG conio.h is a Borland thing. djgpp has it because of dj's work. It is not something you find in the unix world. The most common standard for cursor positioning and text colors and such is the curses library. Which I've heard about but never used. -----Original Message----- From: Nicolau Werneck To: questions@FreeBSD.ORG Date: Monday, April 17, 2000 12:17 PM Subject: C libraries Hi.. I've recentely installed FreeBSD in my other computer, and I'm trying to compile the C programs I made before under DOS. Suprisingly for me, the GCC compiler couldn't find the "conio.h" library! Are the libraries used in C under FreeBSD much different from under DOS?? What are the main diferences between a C program made to run under FreeBSD and one made to run under DOS? thanks... NWerneck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message