Difference between revisions of "IntroToProgramming"

From Bloominglabs
Jump to: navigation, search
Line 15: Line 15:
 
* Linux: Use the gcc package which comes with your Linux distribution
 
* Linux: Use the gcc package which comes with your Linux distribution
 
* Mac OSX: Use [http://clang.llvm.org/get_started.html Clang]
 
* Mac OSX: Use [http://clang.llvm.org/get_started.html Clang]
* Windows: Use [http://cygwin.com/ Cygwin] [http://preshing.com/20141108/how-to-install-the-latest-gcc-on-windows/ Installation Guide]
+
* Windows: Use [http://cygwin.com/ Cygwin] [http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/cygwin/part2/ Installing GCC]
  
 
Check the <b>[http://bloominglabs.org/index.php/Talk:IntroToProgramming discussion]</b> 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.
 
Check the <b>[http://bloominglabs.org/index.php/Talk:IntroToProgramming discussion]</b> 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.

Revision as of 10:57, 25 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! You might find the PDF version useful.

Mailing list: introtoprogramming@bloominglabs.org

Software:

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 3
    • Notes
    • Code
    • Homework:
      • Read pages 41 through 54
      • Print out the ascii table for ascii values from 0 to 127. Include decimal, octal, hexidecimal, and char values for each value. You may find page 154 very helpful.
      • Directly compute the value ranges of unsigned char, short, and unsigned short. See values-char.c as an example
      • Extra credit: compute the ranges for int, unsigned int.
      • Extra, extra credit: compute the ranges for long and float
  • Lecture 2
    • Notes
    • Code
    • Homework: Read pages 35 through 40; exer 1-15, 1-17; extra credit 1-13 (both horizontal and vertical), 1-19
  • Lecture 1
    • Notes
    • Code
    • Homework: Read pages 5 through 34; exer 1-1, 1-2, 1-4, 1-5
Personal tools