# C Development Under DragonFly BSD Volume 4: Resources for DragonFly BSD Developers [[!toc levels=2]] ## DragonFly BSD-specific Programming Resources ### Leaf Leaf is a (as I understand it) ShuttlePC system with an AMD Athlon 64 3200+ processor, 1GB DDR memory, USB / Firewire / GigE / other peripheral goodies, and a 160GB Maxtor HDD. It is very fast. Access to Leaf is based on request; Matt Dillon is the man you need to speak to. It is required that you have been active on the DragonFly mailinglist or have contributed to the project to get an account. ## C resources ### Books There are many good books on programming in C. Some of the classics are mentioned here: ### For Beginners * [The C Programming Language](http://cm.bell-labs.com/cm/cs/cbook/) * [A Book on C: Programming in C](http://www.amazon.com/exec/obidos/tg/detail/-/0201183994/104-3975936-9195137?v=glance) ### Reference * [C - A Reference Manual](http://www.amazon.com/exec/obidos/ASIN/013089592X/qid#1102075811/sr2-1/ref=pd_ka_b_2_1/103-7182152-1107014) ### Websites ## Section Notes