Date: Wed, 19 May 2004 10:19:08 +0200 (CEST) From: Cordula's Web <cpghost@cordula.ws> To: Donna478@aol.com Cc: freebsd-questions@FreeBSD.org Subject: Re: c and freebsd Message-ID: <20040519081908.A991240826@fw.farid-hajji.net> In-Reply-To: <1e8.20c31919.2ddbf7fd@aol.com> (Donna478@aol.com) References: <1e8.20c31919.2ddbf7fd@aol.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> hello i'm learing c and hoping to make bsd a life long friend. i'm thinking > about building a cluster in total of about 20-25+ clients. does freebsd support > c, i expect it to, and does that come with "graphic functions" and name a > list of prog. languages that freebsd supports, please. coming from microsoft (the > bastard) . please explain it in dummy terms , i'm 16 by the way, thanx a > whole lot! Troye. sexy brittany spears The excellent C/C++ compiler gcc is part of FreeBSD. FreeBSD itself is written in C, so you can expect excellent support :). If you mean by "graphic functions" the equivalent of Microsoft's MFC classes to write GUIs, you can have a look at gnome/gtk+ (for C) or kde/qt (for C++). If you mean an IDE, glade and kdevelop can be quite useful. FreeBSD supports a lot of additional programming languages if you install their compilers or interpreters via the ports system. Have a look at /usr/ports/lang for a huge list! http://www.freshports.org/lang/ Please browse the documentation on FreeBSD's website: http://www.freebsd.org/docs.html An introduction for newbies: http://www.freebsd.org/projects/newbies.html The FreeBSD Handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html The Developer's Handbook (Chapter 2 is what you want): http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/index.html Happy hacking :-) Cheers, -cpghost. -- Cordula's Web. http://www.cordula.ws/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040519081908.A991240826>
