• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ANSI C

Nikster

Senior member
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
 
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()
 
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 🙂
 
Back
Top