Page 1 of 1
Learni g C
Posted: Thu Feb 07, 2008 5:31 pm
by bloodhound23
In an attempt to make portable prortable programs, I am making an attempt to become a "good" C programmer. As I am an assembly programmer. Does anybody have a suggestion on where to go to learn more about C.
Posted: Thu Feb 07, 2008 6:34 pm
by Brynet-Inc
Your local library....
..or Google.
Posted: Thu Feb 07, 2008 6:56 pm
by piranha
C for Dummies is good and funny
-JL
Posted: Thu Feb 07, 2008 9:34 pm
by jerryleecooper
Read the specs, from ANSI! That's the best way to learn for sure, trust me.
Posted: Fri Feb 08, 2008 1:14 am
by Solar
Depending on what type of learner you are, googling for a pdf of ISO/IEC 9899:1999 (C99 standard document) might indeed be a good starting point. If you're more for a structured introduction into things, I'd take it directly from the horse's mouth and get a hold on Kernighan & Ritchie, "The C Programming Language".
Posted: Fri Feb 08, 2008 5:50 am
by bloodhound23
Yes, I have been googling
Posted: Fri Feb 08, 2008 9:58 pm
by 01000101
if you can, get this book:
http://www.amazon.com/Programming-Langu ... 463&sr=1-1
The C Programming Language. It is a lifesaver. I highly recommend it.