Books -1. ';The C Programming Languager'; (2nd edition) by Kernighan %26amp; Ritchie. Best of all book choices.
Tells you what you need for basic C programming once, the correct way. Easily read %26amp; carried.
';Programming in C'; (3rd edition) by Stephen Kochan. Rates with K%26amp;R but may be too deep in some subjects over others.
More depth %26amp; breadth of knowledge.
Website - www.programmingtutorials.com
Choice of tutorials.
The best way to learn the C programming language? Book or online tutorial?
C does not have a vary large syntax, so the first step is just to learn the syntax. Either a book or online guide will work, although books are often much better written and have better examples. The hard part of C is understanding how things work in it and using the proper libraries. For that, it is much better to read other people's code and write some simple programs. You should also look up basic data structures and implementations like stacks and linked lists.
I would read a couple books from the library, then use an online tutorial from http://www.iu.hio.no/~mark/CTutorial/CTu鈥?/a>
No comments:
Post a Comment