Programming:C: Difference between revisions
From Wiki³
(Created page with "{{DISPLAYTITLE:Teaching Myself C/C++}} <div id="tocalign">__TOC__</div> {{UnderConstruction}} Category:Programming") |
m (Added the Books section and updated it to current progress) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<div id="tocalign">__TOC__</div> | <div id="tocalign">__TOC__</div> | ||
{{UnderConstruction}} | {{UnderConstruction}} | ||
= Books = | |||
* [http://www.amazon.com/dp/0131103628 Programming in C, 2nd Edition] by Brian W. Kernighan & Dennis M. Ritchie (Published: April 1, 1988)<br />I am converting this from PDF into an EPUB with [https://code.google.com/p/sigil/ Sigil]. | |||
* [http://c.learncodethehardway.org/book/ Learn C The Hard Way] | |||
= Video Tutorials = | |||
* [http://www.pluralsight.com/training/Courses/TableOfContents/c-lang-fundamentals Pluralsight: C Programming Language Fundamentals] (Beginner - 1h 26m) {{Icon|film}} <span style="color:#cc0000">Completed: 04/29/2014</span> | |||
* [http://www.pluralsight.com/training/Courses/TableOfContents/cpp-fundamentals Pluralsight: C++ Fundamentals] (Beginner - 7h 3m) {{Icon|film}} <span style="color:#cc0000"> </span> | |||
= Video Courses = | |||
* [https://www.youtube.com/playlist?list=PLkB3phqR3X40reMCBYSoNUPbDvM4kybMs Programming in C] by Jonathan Engelsma | |||
* [https://www.youtube.com/playlist?list=PL9D558D49CA734A02 Stanford: Programming Paradigms] (CS107) by Professor Jerry Cain | |||
[[Category:Programming]] | [[Category:Programming]] |
Latest revision as of 10:27, 12 June 2014
UNDER CONSTRUCTION: The document is currently being modified! |
Books
- Programming in C, 2nd Edition by Brian W. Kernighan & Dennis M. Ritchie (Published: April 1, 1988)
I am converting this from PDF into an EPUB with Sigil. - Learn C The Hard Way
Video Tutorials
- Pluralsight: C Programming Language Fundamentals (Beginner - 1h 26m) Completed: 04/29/2014
- Pluralsight: C++ Fundamentals (Beginner - 7h 3m)
Video Courses
- Programming in C by Jonathan Engelsma
- Stanford: Programming Paradigms (CS107) by Professor Jerry Cain