From owner-freebsd-questions Thu Feb 11 07:10:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29201 for freebsd-questions-outgoing; Thu, 11 Feb 1999 07:10:39 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from voyager.fisicc-ufm.edu (pm6b-s29.guate.net [200.12.60.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA29188 for ; Thu, 11 Feb 1999 07:10:33 -0800 (PST) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.8.8/8.8.8) id JAA01916; Thu, 11 Feb 1999 09:14:23 -0600 (CST) (envelope-from obonilla) Date: Thu, 11 Feb 1999 09:14:23 -0600 (CST) From: Oscar Bonilla Message-Id: <199902111514.JAA01916@voyager.fisicc-ufm.edu> To: emiman@ispro.net.tr, freebsd-questions@FreeBSD.ORG Subject: Re: Where can I find C/C++ Tutorial for FreeBSD? In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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