From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 13:37:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A89CA16A4CE for ; Sun, 16 Nov 2003 13:37:45 -0800 (PST) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B7B43FBF for ; Sun, 16 Nov 2003 13:37:41 -0800 (PST) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (localhost [127.0.0.1]) by fw.farid-hajji.net (8.12.10/8.12.10) with ESMTP id hAGLb2Fk014902; Sun, 16 Nov 2003 22:37:03 +0100 (CET) (envelope-from cpghost@cordula.ws) Date: Sun, 16 Nov 2003 22:37:02 +0100 (CET) Message-Id: <200311162137.hAGLb2Fk014902@fw.farid-hajji.net> From: "Cordula's Web" To: valerian_ro@yahoo.com In-reply-to: <20031116212617.95190.qmail@web12506.mail.yahoo.com> (message from Valerian Galeru on Sun, 16 Nov 2003 13:26:17 -0800 (PST)) X-Mailer: Emacs-21.3.1/FreeBSD-4.9-STABLE References: <20031116212617.95190.qmail@web12506.mail.yahoo.com> cc: freebsd-questions@FreeBSD.ORG Subject: Re: C X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cpghost@cordula.ws List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 21:37:45 -0000 > Can anyone tell the name of the package that contain > the C, something simillar to Borland C++ in windows... You can compile C/C++ programs with the 'cc' command, which is part of the FreeBSD base system: % cc -o hello hello.c % ./hello Or did you mean something like an IDE for C, which uses 'cc' as backend? -- Cordula's Web. http://www.cordula.ws/