CS152 S16 Lectures
Home
Lectures
Assigns
Exams
Franklin
Advising
4/22 -
Exam 1: basic programs, structs, pointers, arrays, strings
5/13 - W7c:
Exam 2: Linked Lists, Trees, Tagged Unions, Heaps
6/1 - W10b:
Exam 3: 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)