ANSI C

Nikster

Senior member
Feb 13, 2000
227
0
0
what do you think is a must have for all C coders and wannabe coders

I'm somewhere in between tending towards the wannabe........thanks
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
a must have: dude thats a rather general question.


i think you must know the structure of the language that you are coding in as well as the what it can and cant do, also efficiency is ranked right up there with things that are very useful when coding.




dam()
 

BFG10K

Lifer
Aug 14, 2000
22,709
3,002
126
what do you think is a must have for all C coders and wannabe coders

How about... a C compiler?
 

Nikster

Senior member
Feb 13, 2000
227
0
0
you guys made this a joke ! I intended to ask what book is a must have :)

Thanks any way !
 

br0wn

Senior member
Jun 22, 2000
572
0
0
The bible of C programmers is K&R book (Kernighan & Ritchie) :
The C programming Language, Second Edition.
This book has been translated into all major human
languages.

edit : Did I mention that every C programmers (at least those
who proudly call themselves C programmers) have this book ?
This is a MUST HAVE book :)