CS-211 Fall 2018 Lecture Notes

Links removed by the Instructor.

Week Starting Lecture Notes Demo Code
Aug 20 L01 Intro HelloWorld.c
Aug 27 L02 Development Environment
L03 Syntax and Variables
square.c
hydro.c
Sep 03 L04 Expressions ball.c
Sep 10 L05 Logic Expressions bitTWiddle.c
Sep 17 L06 Control Flow hilo.c
Sep 24 L07 Arrays
L08 Data Conversion
quote.c
Oct 07 Test 1 Version A answers
L09 Debugging
Project Info - Verilog
Oct 15 L10 Functions
L11 Functions Revisited
bf.c
Oct 22 L12 Structures
L13 Pointers
cmdLine.c
arrVecVec.c
Oct 29 L14 Strings
L15 Pointers and Arrays
strlen.c
Nov 12 L16 Make
L17 Variable Scope (+)
Nov 19 Test 2 Version A answers
Nov 26 L18 Dynamic Memory
L19 Data Structures
Dec 03 L20 Input/Output