Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsommers/cbook
the book of c
https://github.com/jsommers/cbook
book c education
Last synced: 3 months ago
JSON representation
the book of c
- Host: GitHub
- URL: https://github.com/jsommers/cbook
- Owner: jsommers
- Created: 2017-12-09T14:19:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T16:28:12.000Z (9 months ago)
- Last Synced: 2024-05-07T17:36:05.836Z (9 months ago)
- Topics: book, c, education
- Language: Python
- Size: 7.13 MB
- Stars: 18
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Book of C
This is an introductory text for the C programming language, currently
used in the operating systems course at Colgate University (COSC 301).
This text is based on the earlier work *Essential C* written by Nick Parlante at Stanford University. The original document is available at http://cslibrary.stanford.edu/101/. The Essential C document was last updated in 2003, which is the main reason this text was created. C has undergone some interesting and useful changes over the past few years and I wanted to take the good work that Nick had done and make several updates to modernize the text. The notice reproduced below is copied from Essential C:> **Stanford CS Education Library**. This is document #101, Essential C, in the Stanford CS Education Library. This and other educational materials are available for free at http://cslibrary.stanford.edu/. This article is free to be used, reproduced, excerpted, retransmitted, or sold so long as this notice is clearly reproduced at its beginning.
Rendered versions of this book can be found at https://jsommers.github.io/cbook.
## Suggestions or edits
Please file bug reports or create pull requests for any bugs or typos found, or suggestions for improvement. Note that the intention is to keep this text small and concise, so its scope is, by design, quite narrow (and I don't intend to change that).
## Copyright Notice
Copyright (c) 2014-2023 Joel Sommers. All rights reserved.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-nc-sa/4.0/