Weblog entry #1 for nole
Comments on this Entry
[ Parent | Reply to this comment ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Harsh but probably the best plan.
Probably best to pick a small toy project, such as a simple program which parses command line arguments, or maybe fetches a remote webpage, and just write it.
Google code search is a good thing if you need big help, but the K&R book is very well written. Read it through if you can, with the examples - the reading will help but the doing will teach you more.
[ Parent | Reply to this comment ]
Discovered the author of the book I learnt C from didn't know much about secure coding (or if he did, he didn't share it). Although I assume K&R should escape this failing, I wouldn't want to bet on it.
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]
I seem to have thrown it out at some point, so the author is spared blushes.
[ Parent | Reply to this comment ]
Another way would be to download open source code in C and explore it, modify stuff see what happens.
As with most learned things, the best thing to do is practice, practice, practice.
[ Parent | Reply to this comment ]