Difference between revisions of "IntroToProgramming"
From Bloominglabs
Line 26: | Line 26: | ||
* Lecture 1 | * Lecture 1 | ||
** [http://harold.uits.indiana.edu/~jtillots/IntroToProgramming/lecture1/lecture1.txt Notes] | ** [http://harold.uits.indiana.edu/~jtillots/IntroToProgramming/lecture1/lecture1.txt Notes] | ||
− | ** [http://harold.uits.indiana.edu/~jtillots/IntroToProgramming/lecture1/ | + | ** [http://harold.uits.indiana.edu/~jtillots/IntroToProgramming/lecture1/ Code] |
− | + | ||
** Homework: Read pages 5 through 34; exer 1-1, 1-2, 1-4, 1-5 | ** Homework: Read pages 5 through 34; exer 1-1, 1-2, 1-4, 1-5 |
Revision as of 22:04, 24 September 2015
Teacher:Jenett Tillotson
Teacher's email: jtillots ]at[ gmail ]dot[ com
Website: http://harold.uits.indiana.edu/~jtillots/IntroToProgramming
Text: The C Programming Language: 2nd Edition by Kernighan and Ritchie
Buy it on Amazon!
Mailing list: introtoprogramming@bloominglabs.org
Software:
- Linux: Use the gcc package which comes with your Linux distribution
- Mac OSX: Use Clang
- Windows: Use Cygwin Installation Guide
Check the discussion tab for this page to find helpful information for this class. If you need to request an account for the wiki so that you can edit, send an email to contact ]at[ bloominglabs ]dot[ org and make sure to list your preferred username.
Lectures:
- Lecture 2