CS152-3 W18 Exams
Home
Lectures
Assigns
Exams
Franklin
Advising
2/1 -
Exam 1: conditionals, loops, basic pointers, arrays, strings
3/1 -
Exam 2: structs, Linked Lists, Trees, Tagged Unions
Final Exam: Bitwise ops, Sorting, Hash Tables, Heaps
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)