Beginning C Programming

Go4Expert Member
23Sep2006,10:39   #1
superfoopy's Avatar
Alright, so before I got on these forums I though I knew how to program pretty well, but I don't understand any of this computer talk. I want to learn to program well. Can anyone help me start programming?
Contributor
24Sep2006,15:21   #2
Aztec's Avatar
Get a good book and start discussing in forums.
Light Poster
10Oct2006,10:46   #3
redgiant's Avatar
to learn programming (precisely programming in small), you need three things:
1. knowledge of data structure (eg array,linked list ,tree and
hash table are sufficient to a large extent)

2.knowledge of algorithm (eg searching(linear and binary) and sorting(merget sort etc) are sufficient

3. through knowledge of one programming language. I suggest to start with C.

For an overall view on programming a book called practice of programming by kernighan and pike is
very good in my opinion.