From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 22:42:12 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 4076816A4CE for ; Sun, 16 Nov 2003 22:42:12 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F1843FBF for ; Sun, 16 Nov 2003 22:42:11 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) hAH6g4w5024558; Mon, 17 Nov 2003 01:42:05 -0500 (EST) Message-ID: <3FB86DA9.2070205@ec.rr.com> Date: Mon, 17 Nov 2003 01:41:45 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031205 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cpghost@cordula.ws References: <20031116212617.95190.qmail@web12506.mail.yahoo.com> <200311162137.hAGLb2Fk014902@fw.farid-hajji.net> In-Reply-To: <200311162137.hAGLb2Fk014902@fw.farid-hajji.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: valerian_ro@yahoo.com Subject: Re: C X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 06:42:12 -0000 Cordula's Web wrote: >>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? > > > You can use the newer version of gedit. It supports a highlight mode for several languages like C, html, java, etc... It basicly makes gedit work like you are in an ide by coloring variables, making key words bold, making commits italic and a different color and so on.