Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 1999 09:14:23 -0600 (CST)
From:      Oscar Bonilla <obonilla@fisicc-ufm.edu>
To:        emiman@ispro.net.tr, freebsd-questions@FreeBSD.ORG
Subject:   Re: Where can I find C/C++ Tutorial for FreeBSD?
Message-ID:  <199902111514.JAA01916@voyager.fisicc-ufm.edu>
In-Reply-To: <Pine.BSF.4.05.9902111515020.9272-100000@finland.ispro.net.tr>

next in thread | previous in thread | raw e-mail | index | archive | help
> I know Borland C/C++ for dos/windows but I installed FreeBSD on my
> computer and I want to learn freeBSD C/C++ .
>
> C/C++ that running on the freeBSD is different from Borland C/C++ and
> there is some syntax declaration.
>
C is the same, the only diferences are:

1. you don't have an IDE (Integrated Development Environment) in FreeBSD.
you should learn emacs if your going to develop code in FreeBSD. (By the
way, emacs is an editor which you can install from the ports collection).

2. Stick to ANSI C or the likes, basically don't use any of the DOS-Only
function calls... things that clear the screen for instance.

-oscar



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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