Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2003 22:37:02 +0100 (CET)
From:      "Cordula's Web" <cpghost@cordula.ws>
To:        valerian_ro@yahoo.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: C
Message-ID:  <200311162137.hAGLb2Fk014902@fw.farid-hajji.net>
In-Reply-To: <20031116212617.95190.qmail@web12506.mail.yahoo.com> (message from Valerian Galeru on Sun, 16 Nov 2003 13:26:17 -0800 (PST))
References:  <20031116212617.95190.qmail@web12506.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311162137.hAGLb2Fk014902>