Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Trying to get started in C [closed]

Tags:

c

Does anyone know any good resources with tasks or problems to get practice in things that are "new" in C from the point of view of someone with experience in high-level languages like C# and PHP? All I can seem to find are more "challenges" than problems for practice.

Thanks.

like image 955
Alex S Avatar asked Nov 29 '22 07:11

Alex S


2 Answers

K & R. [Kernighan & Ritchie]

http://www.amazon.com/Programming-Language-Prentice-Hall-Software/dp/0131103628/ref=pd_bbs_1?ie=UTF8&s=books&qid=1240539543&sr=8-1

like image 171
Genericrich Avatar answered Dec 05 '22 07:12

Genericrich


You could try Thinking in C by Bruce Eckel.

It is completely free of charge, and is available for download from his website.

like image 34
Tian Bo Avatar answered Dec 05 '22 05:12

Tian Bo