diff --git a/index.org b/index.org index fb8139f..6466fd9 100644 --- a/index.org +++ b/index.org @@ -46,5 +46,5 @@ Here we list the contents of all the directories and what the different programs + file:cs161BW8/pointerFuncOnceMore.cpp shows an example of not just pointers passed to functions but pointers *passed by reference* + file:cs161BW8/listStruct1.cpp linked lists with pointers and structs, not as scary as it sounds, but if you can read this you'll do fine in cs162 ** Week 9 - + file:cs161BW9/insertingNameInPlace.cpp an example that's helpful for assignment 6 + + [[file:cs161BW9/insertingNameInPlace.cpp]] an example that's helpful for assignment 6 ** Week 10