Good website for C and understanding arrays?

Soldato
Joined
22 Dec 2002
Posts
10,165
Location
Minehead
Hi all,

Can anyone point me toward a decent explanation of C programming. I have two days to make a program using an array and its currently making me tear my hair out!

Thanks
 
As HumbleCoder suggests really getting a copy og K&R is your best bet if your even half serious about learning C, and an oustanding book. In order to really understand arrays in C you really need a sound understanding of pointers.
 
The best absolute beginner book for me was.....

41v28pjc86lbo2204203200.jpg


C Programming - Tony Royce. See if you can pick up this at a library/online as its great for explaining both arrays and pointers to a novice.
 
Back
Top Bottom