About
NAVIGATION CHAPTERS CONTENTS EXERCISES INDEX CONTACT
Tutorial like examples and exercises from "The C Programming Language" by Kernighan and Ritchie (K&R), second edition, Prentice Hall, New Jersey, 1988. The programs on this blog add clarifications to the examples and exercises in the book. They are designed to be intuitive and easy to follow by beginners. Use this blog as an addendum to the book. See also the blogs Advanced_Linux_Programming and Thinking_in_C++_vol_1, Chapter_3 (The C in C++).
For solutions to exercises, see also
https://github.com/ohkimur/the-c-programming-language-2nd-edition-solutions (GitHub-kr) on
GitHub and
https://clc-wiki.net/wiki/K&R2_solutions (clc-wiki-kr) on
clc-wiki.
All programs on this blog have GPL_License, latest edition. Some of these programs have several versions. The content from K&R is quoted in the first placed it is used.
In making these programs, I used the GNU_C_Compiler (gcc) and KWrite text editor. For a graphical interface, try CodeBlocks. See StackOverflow for links_to_standards_and_drafts and the GCC_online_documentation.
All programs on this blog have a download link. In addition, you can download archives for programs that contain several files. Archive download links are usually in parentheses (see the Contents or Exercises pages).
See my Blogger_profile. For the page margins, see the post Blogger_Page_Margins_in_Contempo.
Comments
Post a Comment