| Semester: | Fall 2010 |
| Room: | King 221 |
| Class Time: | Mon/Wed/Fri 1:30pm-2:20pm |
| Office Hours: | Monday, 10:00-11:30am Thursday, 2:30-4:00pm or by appointment |
| Professor: | Benjamin Kuperman |
| email: |
benjamin.kuperman AT oberlin edu Please include "cs241" in the subject. |
| AIM: | ProfKuperman |
| Office: | King 223B |
| Phone: | x58556 |
| WEEK | DAY | ANNOUNCEMENTS | READING | HW |
|---|---|---|---|---|
| 1 | Sep 06 | Labor Day | ||
| Sep 08 | Introduction and course overview | HW 0 | ||
| Sep 10 | Chapter 1 - Quick intro to C Makefiles |
|||
| 2 | Sep 13 | Chapter 2 - Types and operators | HW 1 | |
| Sep 15 | Last Day to Add/Drop (Sep 16) | |||
| Sep 17 | ||||
| 3 | Sep 20 | Chapter 3 - Control flow | HW 2 | |
| Sep 22 | GDB and Valgrind | |||
| Sep 24 | Chapter 4 - functions and scope | |||
| 4 | Sep 27 | |||
| Sep 29 | Chapter 5 - arrays, strings, and pointers | |||
| Oct 01 | HW 3 | |||
| 5 | Oct 04 | |||
| Oct 06 | Chapter 5 - command line arguments Chapter 5 - Multi-dimensional arrays |
|||
| Oct 08 | ||||
| 6 | Oct 11 | Misc stuff about the homework | HW 4 | |
| Oct 13 | Exam review | |||
| Oct 15 | Midterm Exam #1 [topics] | |||
| 7 | Oct 18 | Chapter 6 - structures | ||
| Oct 20 | ||||
| Oct 22 | ||||
| Oct 25 | October Break (Oct 23-31) | |||
| Oct 27 | ||||
| Oct 29 | ||||
| 8 | Nov 01 | Chapter 7 - Input and Output | HW 5 | |
| Nov 03 | ||||
| Nov 05 | ||||
| 9 | Nov 08 | Last Day for P/NP, CR/NE, or Withdraw (Nov 09) |
Huffman compression | HW 6 |
| Nov 10 | Kuperman out-of-town | |||
| Nov 12 | Unix and Shell scripting | |||
| 10 | Nov 15 | |||
| Nov 17 | ||||
| Nov 19 | ||||
| 11 | Nov 22 | Exam review | ||
| Nov 24 | Midterm Exam #2 [topics] | |||
| Nov 26 | Thanksgiving Break (Nov 25-28) | |||
| 12 | Nov 29 | C++ | ||
| Dec 01 | HW 7 | |||
| Dec 03 | ||||
| 13 | Dec 06 | HW 8 | ||
| Dec 08 | ||||
| Dec 10 | ||||
| 14 | Dec 13 | |||
| Dec 20 | Final Exam (7-9pm King 221) [topics] | |||
From the Oberlin catalog course description:
This course will consider the C programming language and its relationship to the Unix operating system. It will also introduce the C++ language and focus on differences between the Java and C++ applications. Some Unix system programminig issues will also be included. The course will require a significant amount of programming.
My goals and objectives for students taking this course are as follows:
We'll be using the canonical K&R C textbook for this class.
|
The C Programming Language by Kernighan and Ritchie
|
You might also be interested in the following books as personal references:
I'll try to make a copy of these available in one of the labs for your use.
There are a number of tools that may be useful to you.
Both of these can be incorporated into Vim or Emacs.
There is quite a bit of useful information on C, C++, Unix, and shell scripting available online. If you find something interesting, let me know and I'll add it here. Most of these links have been recommended by past students.
Grades will be calculated based on the following distribution:
The distribution might be adjusted based on the progression of the course.
Regular class attendance and participation is expected. Please talk to me if regular class attendance is going to be a problem.
There will be a number of assignments made in this class. I expect every student to attempt each assignment and turn in the results. You are encouraged to complete every assignment as this is one of the most effective ways to learn the material.
If you know that for some reason you will not be able to submit the assignment before the deadline, you should contact me in advance of the deadline. Extensions are only granted in exceptional circumstances, but need to be done in advance.
Late assignments will be penalized according to the following chart. Extra credit will not be accepted after the initial deadline.
If you have a disability that might impact your performance in this course, or requires special accommodation, please contact me as soon as possible so that appropriate arrangements can be made. Support is available through Student Academic Services, specifically Jane Boomer. You will need to contact them to get your disability documented before accommodations can be made.
I have very low tolerance for academic dishonesty, and will vigorously pursue available remedies for any incidents. All work in this class is to be performed according to the Oberlin Honor Code. Specifically I expect that:
Illustrative examples:
/* based on insertion sort from Weiss 3rd Ed, p. 306 */
All assignments must include the following signed statement:
"I have adhered to the Honor Code in this assignment."
Electronic submissions should include the honor statement in either the README file or header comments and must include your name.
Contact me if you are interested in a Student Academic Services approved tutor.
The CSMC might hold walk-in tutoring sessions as well.
Last Modified: September 08, 2010 - Benjamin A. Kuperman