Thursday: hw4 due
Friday: wrapup / Q&A
next Monday: Q&A (560)
next Wednesday: final exam, open book/notes/laptop
memory bugs: dangling pointer, double free, “&var
” vs “var
”, leak (“800 valgrind warnings”), null pointers (“3 days”), variable lifetime (“1 week”)
logical bugs: wrong functions (“getnameinfo
”), wrong variables (“head
” vs “header
”), wrong seek offset/count
others: missing semicolons, missing parentheses, size_t
vs uint32_t
, performance bugs, “no idea what happened”
The[re] are so many bugs in CSE333 that drove me crazy.
I’ve tried my best to repress most of the pain this class has caused me…