CS152 S16 Lectures
Home
Lectures
Assigns
Exams
Franklin
Advising
1/27 -
Exam 1: basic programs, pointers, arrays, strings
2/22 -
Exam 2: structs, Linked Lists, Trees, Tagged Unions, Heaps
Monday, 3/13, 7-9pm, Kent 102 -
Final Exam: Bitwise ops, Sorting, Hash Tables, Graphs
Useful Links
Syllabus
Class Schedule
Resources
vi:
intro
,
command list
Handy unix commands
Compiling with clang
Debugging with gdb
Reading input with fgets
Parsing input with strtok
Arrays vs Pointers vs Strings
Scripting tutorial
Debugger Info (lldb, gdb)