CS152-3 W18 Exams
Home
Lectures
Assigns
Exams
Franklin
Advising
1/26 -
Exam 1: basic programs, pointers, arrays, strings
2/21 -
Exam 2: structs, Linked Lists, Trees, Tagged Unions, Heaps
Friday, 3/16, 1:30-3:30pm
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)