๐Ÿ“— -> Lecture Date: Name


[Lecture Slide Link]

๐ŸŽค Vocab

โ— Unit and Larger Context

Small summary

โœ’๏ธ -> Scratch Notes

In GCC

run
print expression
display expression
break location line number in current file function name file_name:line

next // next line of code, enters a func
step
continue
finish

bt backtrace // can use to trace back a crash
up 
down

๐Ÿงช-> Example

  • List examples of where entry contents can fit in a larger context
  • Link all related words