c and freebsd
Cordula's Web
cpghost at cordula.ws
Wed May 19 01:20:17 PDT 2004
> 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/
More information about the freebsd-questions
mailing list