Week 1 [
pdf
,
html
] -- introduction to the course; introduction to programming and problem
solving
Week 2 [
pdf
,
html
] -- let's start programming
Week 3 [
pdf
,
html
] -- program structure, the char data type, more on conditionals and functions
Week 3, Part 2 [
pdf
,
html
] -- problem, problem, problem solving
Week 4 [
pdf
,
html
]
-- looping
Week 5 [
pdf
,
html
]
-- arrays and strings
Week 6 [
pdf
,
html
]
-- more on arrays and strings
Week 7 [
pdf
,
html
]
-- introduction to c structures; introduction to "programming in the large"
Week 8 [
pdf
,
html
]
-- review of program 4 testing; more on function parameters, including
parameters to main
Week 9 [
pdf
,
html
]
-- pointers and dynamic memory allocation
Slides
-- lecture slides as presented in class.