开发者

Programming resources to learn C in depth

开发者 https://www.devze.com 2023-02-07 11:05 出处:网络
I have been associated with C language during开发者_Go百科 my college and soon shifted to scripting languages. Now I am interested to brush off my C skills and also enhance with C internals programmin

I have been associated with C language during开发者_Go百科 my college and soon shifted to scripting languages. Now I am interested to brush off my C skills and also enhance with C internals programming. I request for good resources (books, websites, articles, ...) to learn and get me started off.


K&R, Second Edition

Often times the best source is the original source :)

Expert C Programming, Deep C Secrets

Excellent stories of how professional programmers have been bitten by hard-to-find problems and how you can learn from their efforts.

Advanced Programming in the Unix Environment

THE resource for learning how to program for Unix environments; it may be lacking some of the neater new features, but it is one of the best resources for learning details of how to write systems programs.


One way is, certainly, to read other people's code. That way you will see how other programmers use the language, and be forced to think through how the various constructs work.

This can be a bit hard, since many existing projects are large, and/or not very well documented. Synthesizing a project's architecture from the code alone can be hard. Try to find a reasonably-sized (e.g. not the Linux kernel) open source C project, that also has at least some rudimentary support/documentation for newcomers to the code.

0

精彩评论

暂无评论...
验证码 换一张
取 消