Cleanup
[ikiwiki.git] / docs / developer / C_Development_Under_DragonFly_BSD-Volume_4_Resources_for_DragonFly_BSD_Developers.mdwn
1 # C Development Under DragonFly BSD Volume 4: Resources for DragonFly BSD Developers 
2
3
4 [[!toc  levels=2]]
5
6
7
8
9 ## DragonFly BSD-specific Programming Resources 
10
11
12
13 ### Leaf 
14
15
16
17 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.
18
19
20
21 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.
22
23
24
25 ## C resources 
26
27
28
29 ### Books 
30
31
32
33 There are many good books on programming in C. Some of the classics are mentioned here:
34
35
36
37
38
39
40
41 ### For Beginners 
42
43
44
45
46 * [The C Programming Language](http://cm.bell-labs.com/cm/cs/cbook/)
47
48
49 * [A Book on C: Programming in C](http://www.amazon.com/exec/obidos/tg/detail/-/0201183994/104-3975936-9195137?v=glance) 
50
51
52
53
54
55
56
57 ### Reference 
58
59
60
61
62 * [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) 
63
64
65
66
67
68
69
70 ### Websites 
71
72
73
74
75
76
77
78 ## Section Notes 
79