Learni g C

Programming, for all ages and all languages.
Post Reply
User avatar
bloodhound23
Member
Member
Posts: 115
Joined: Wed Jan 23, 2008 7:13 pm
Contact:

Learni g C

Post 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.
I thought I wasn't thinking, I thought wrong.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Your local library.... ;)

..or Google.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

C for Dummies is good and funny

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
jerryleecooper
Member
Member
Posts: 233
Joined: Mon Aug 06, 2007 6:32 pm
Location: Canada

Post by jerryleecooper »

Read the specs, from ANSI! That's the best way to learn for sure, trust me.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post 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".
Every good solution is obvious once you've found it.
User avatar
bloodhound23
Member
Member
Posts: 115
Joined: Wed Jan 23, 2008 7:13 pm
Contact:

Post by bloodhound23 »

Yes, I have been googling
I thought I wasn't thinking, I thought wrong.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post 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.
Post Reply